HomeSort by relevance Sort by last modified time
    Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 - 6 of 6) sorted by null

  /art/runtime/
common_throws.cc 439 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
447 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
591 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect);
594 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect);
597 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual);
600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual);
603 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface);
606 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface);
609 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_45cc(), kVirtual);
612 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_4rcc(), kVirtual)
    [all...]
common_throws.h 222 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
226 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 465 ThrowNullPointerExceptionForMethodAccess(method_idx, type);
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 381 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual);
419 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual);
    [all...]
interpreter_common.cc 623 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual);
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 207 milliseconds