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

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

Completed in 4531 milliseconds