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

/art/runtime/
H A Dcommon_throws.cc158 mirror::ArtMethod* called,
163 << " method " << PrettyMethod(called).c_str();
157 ThrowIllegalAccessErrorClassForMethodDispatch(mirror::Class* referrer, mirror::Class* accessed, mirror::ArtMethod* called, InvokeType type) argument
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc699 extern "C" const void* artQuickResolutionTrampoline(mirror::ArtMethod* called,
711 // Compute details about the called method (avoid GCs)
717 if (called->IsRuntimeMethod()) {
776 dex_file = called->GetDexFile();
777 dex_method_idx = called->GetDexMethodIndex();
787 if (UNLIKELY(called->IsRuntimeMethod())) {
792 called = linker->ResolveMethod(self, dex_method_idx, &caller, invoke_type);
797 CHECK(!called->CheckIncompatibleClassChange(invoke_type))
798 << PrettyMethod(called) << " " << invoke_type;
800 // Refine called metho
1641 mirror::ArtMethod* called = sp->AsMirrorPtr(); local
1716 mirror::ArtMethod* called = sp->AsMirrorPtr(); local
[all...]

Completed in 71 milliseconds