Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc102 uint32_t thunk_location = compiled_method->AlignCode(offset); in ReserveSpaceInternal() local
103 thunk_locations_.push_back(thunk_location); in ReserveSpaceInternal()
104 offset = CompiledMethod::AlignCode(thunk_location + thunk_code_.size(), instruction_set_); in ReserveSpaceInternal()