Home
last modified time | relevance | path

Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dcommon_throws.cc439 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccess() function
447 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, in ThrowNullPointerExceptionForMethodAccess() function
591 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()
594 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()
597 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
603 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
606 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
609 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_45cc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
612 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_4rcc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
[all …]
Dcommon_throws.h222 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
226 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h465 ThrowNullPointerExceptionForMethodAccess(method_idx, type); in FindMethodFromCode()
/art/runtime/interpreter/
Dunstarted_runtime.cc381 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredMethod()
419 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredConstructor()
Dinterpreter_common.cc623 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual); in DoMethodHandleInvokeCommon()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2786 ThrowNullPointerExceptionForMethodAccess(resolved_method, InvokeType::kVirtual); in artInvokePolymorphic()