Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc451 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 Dcommon_throws.h229 EXPORT void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type)
232 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type)
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h552 ThrowNullPointerExceptionForMethodAccess(method_idx, type); in FindMethodToCall()
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc416 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredMethod()
440 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredConstructor()
H A Dinterpreter_common.cc315 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual); in DoMethodHandleInvokeCommon()