Home
last modified time | relevance | path

Searched refs:thunk_end_offset (Results 1 – 1 of 1) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc68 uint32_t thunk_end_offset = aligned_offset + thunk_code_.size(); in WriteThunks() local
70 offset = CompiledMethod::AlignCode(thunk_end_offset, instruction_set_); in WriteThunks()
71 aligned_code_delta = offset - thunk_end_offset; in WriteThunks()