Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | common_throws.cc | 441 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() function 446 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() function 588 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC() 591 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC() 594 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC() 597 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC() 600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC() 603 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC() 606 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_45cc(), kVirtual); in ThrowNullPointerExceptionFromDexPC() 609 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_4rcc(), kVirtual); in ThrowNullPointerExceptionFromDexPC() [all …]
|
D | common_throws.h | 223 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, 227 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 450 ThrowNullPointerExceptionForMethodAccess(method_idx, type); in FindMethodToCall()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 392 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredMethod() 431 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredConstructor()
|
D | interpreter_common.cc | 678 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual); in DoMethodHandleInvokeCommon()
|