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

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc61 uint32_t thunk_end_offset = aligned_offset + thunk_code_.size(); local
63 offset = CompiledMethod::AlignCode(thunk_end_offset, instruction_set_);
64 aligned_code_delta = offset - thunk_end_offset;

Completed in 278 milliseconds