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

/art/runtime/entrypoints/portable/
H A Dportable_invoke_entrypoints.cc26 mirror::ArtMethod* caller_method, Thread* self) {
27 mirror::ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method,
32 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, &caller_method,
59 mirror::ArtMethod* caller_method, \
25 FindMethodHelper(uint32_t method_idx, mirror::Object* this_object, mirror::ArtMethod* caller_method, Thread* self) argument
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1774 mirror::ArtMethod* caller_method,
1779 mirror::ArtMethod* caller_method,
1781 mirror::ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method, access_check,
1785 const DexFile* dex_file = caller_method->GetDeclaringClass()->GetDexCache()->GetDexFile();
1793 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, &caller_method,
1820 mirror::ArtMethod* caller_method, \
1839 mirror::ArtMethod* caller_method, Thread* self,
1843 caller_method, self, sp);
1848 mirror::ArtMethod* caller_method, Thread* self,
1851 return artInvokeCommon<kDirect, true>(method_idx, this_object, caller_method,
1778 artInvokeCommon(uint32_t method_idx, mirror::Object* this_object, mirror::ArtMethod* caller_method, Thread* self, StackReference<mirror::ArtMethod>* sp) argument
[all...]

Completed in 112 milliseconds