Searched defs:caller_method (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2046 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); local
2047 ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method, access_check, type);
2049 const DexFile* dex_file = caller_method->GetDeclaringClass()->GetDexCache()->GetDexFile();
2057 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, caller_method,
2143 ArtMethod* caller_method = QuickArgumentVisitor::GetOuterMethod(sp); local
2144 DCHECK_EQ(caller_method, QuickArgumentVisitor::GetCallingMethod(sp));
2149 const DexFile::CodeItem* code_item = caller_method->GetCodeItem();
2164 ArtMethod* interface_method = caller_method->GetDexCacheResolvedMethod(
2166 DCHECK(interface_method != nullptr) << dex_method_idx << " " << PrettyMethod(caller_method);
2193 interface_method, this_object, caller_method);
[all...]

Completed in 40 milliseconds