Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | common_throws.cc | 451 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() function 456 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() function 574 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC() 577 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC() 580 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC() 583 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC() 586 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kSuper); in ThrowNullPointerExceptionFromDexPC() 589 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kSuper); in ThrowNullPointerExceptionFromDexPC() 592 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC() 595 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC() [all …]
|
H A D | common_throws.h | 229 EXPORT void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) 232 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type)
|
/aosp_15_r20/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 552 ThrowNullPointerExceptionForMethodAccess(method_idx, type); in FindMethodToCall()
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 416 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredMethod() 440 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredConstructor()
|
H A D | interpreter_common.cc | 315 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual); in DoMethodHandleInvokeCommon()
|