Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcall_mips.cc449 cg->LoadCodeAddress(target_method, type, kInvokeTgt); in NextSDCallInsn()
486 cg->LoadCodeAddress(target_method, type, kInvokeTgt); in NextSDCallInsn()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc489 cg->LoadCodeAddress(target_method, type, kInvokeTgt); in Arm64NextSDCallInsn()
527 cg->LoadCodeAddress(target_method, type, kInvokeTgt); in Arm64NextSDCallInsn()
/art/compiler/dex/quick/arm/
Dcall_arm.cc655 cg->LoadCodeAddress(target_method, type, kInvokeTgt); in ArmNextSDCallInsn()
693 cg->LoadCodeAddress(target_method, type, kInvokeTgt); in ArmNextSDCallInsn()
/art/compiler/dex/quick/
Dcodegen_util.cc1273 void Mir2Lir::LoadCodeAddress(const MethodReference& target_method, InvokeType type, in LoadCodeAddress() function in art::Mir2Lir
Dmir_to_lir.h1086 void LoadCodeAddress(const MethodReference& target_method, InvokeType type,