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

  /art/runtime/
common_throws.cc 416 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
424 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
563 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kDirect);
566 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kDirect);
569 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kVirtual);
572 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kVirtual);
575 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kInterface);
578 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kInterface);
581 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_45cc(), kVirtual);
584 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_4rcc(), kVirtual)
    [all...]
common_throws.h 212 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
216 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 470 ThrowNullPointerExceptionForMethodAccess(method_idx, type);
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 346 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual);
381 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual);
    [all...]
interpreter_common.cc 571 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual);
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 247 milliseconds