Home
last modified time | relevance | path

Searched defs:header_offset (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc195 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc162 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc102 inline uint32_t CodeAlignmentSize(uint32_t header_offset, const CompiledMethod& compiled_method) { in CodeAlignmentSize()