Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc439 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() function
444 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() function
562 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()
565 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()
568 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
571 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
574 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kSuper); in ThrowNullPointerExceptionFromDexPC()
577 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kSuper); in ThrowNullPointerExceptionFromDexPC()
580 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
583 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
[all …]
Dcommon_throws.h225 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
229 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h552 ThrowNullPointerExceptionForMethodAccess(method_idx, type); in FindMethodToCall()
/art/runtime/interpreter/
Dunstarted_runtime.cc415 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredMethod()
439 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual); in UnstartedClassGetDeclaredConstructor()
Dinterpreter_common.cc322 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual); in DoMethodHandleInvokeCommon()