Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc220 custom_value1 = linker_patch.EntrypointOffset(); in GetThunkMapKey()
/art/compiler/linker/
Dlinker_patch.h270 uint32_t EntrypointOffset() const { in EntrypointOffset() function
/art/dex2oat/linker/
Drelative_patcher_test.h329 return patch.EntrypointOffset(); in CustomValue1()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc392 return ThunkKey(ThunkType::kEntrypointCall, patch.EntrypointOffset()); in GetEntrypointCallKey()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc9639 assembler.LoadFromOffset(arm::kLoadWord, vixl32::pc, tr, patch.EntrypointOffset()); in EmitThunkCode()
9642 *debug_name = "EntrypointCallThunk_" + std::to_string(patch.EntrypointOffset()); in EmitThunkCode()
Dcode_generator_arm64.cc5127 Offset offset(patch.EntrypointOffset()); in EmitThunkCode()