Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc547 uint32_t throw_dex_pc; in ThrowNullPointerExceptionFromDexPC() local
548 ArtMethod* method = Thread::Current()->GetCurrentMethod(&throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
550 CHECK_LT(throw_dex_pc, accessor.InsnsSizeInCodeUnits()); in ThrowNullPointerExceptionFromDexPC()
551 const Instruction& instr = accessor.InstructionAt(throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()