Searched defs:header_offset (Results 1 – 3 of 3) sorted by relevance
195 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
162 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
102 inline uint32_t CodeAlignmentSize(uint32_t header_offset, const CompiledMethod& compiled_method) { in CodeAlignmentSize()