Searched refs:LoadMethodAddress (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 317 void LoadMethodAddress(const MethodReference& target_method, InvokeType type,
|
D | target_x86.cc | 958 void X86Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress() function in art::X86Mir2Lir
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 1242 void Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress() function in art::Mir2Lir
|
D | mir_to_lir.h | 1111 virtual void LoadMethodAddress(const MethodReference& target_method, InvokeType type,
|
D | gen_invoke.cc | 513 cg->LoadMethodAddress(target_method, type, kArg0); in NextSDCallInsn()
|