Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcodegen_x86.h317 void LoadMethodAddress(const MethodReference& target_method, InvokeType type,
Dtarget_x86.cc958 void X86Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dcodegen_util.cc1242 void Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress() function in art::Mir2Lir
Dmir_to_lir.h1111 virtual void LoadMethodAddress(const MethodReference& target_method, InvokeType type,
Dgen_invoke.cc513 cg->LoadMethodAddress(target_method, type, kArg0); in NextSDCallInsn()