Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | common_throws.cc | 439 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 …]
|
D | common_throws.h | 222 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, 226 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 465 ThrowNullPointerExceptionForMethodAccess(method_idx, type); in FindMethodFromCode()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 381 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredMethod() 419 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredConstructor()
|
D | interpreter_common.cc | 623 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual); in DoMethodHandleInvokeCommon()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2786 ThrowNullPointerExceptionForMethodAccess(resolved_method, InvokeType::kVirtual); in artInvokePolymorphic()
|