Searched defs:throw_dex_pc (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthrow_location.h42 uint32_t throw_dex_pc) :
45 dex_pc_(throw_dex_pc)
41 ThrowLocation(mirror::Object* throw_this_object, mirror::ArtMethod* throw_method, uint32_t throw_dex_pc) argument
H A Dcommon_throws.cc368 uint32_t throw_dex_pc = throw_location.GetDexPc(); local
369 CHECK_LT(throw_dex_pc, code->insns_size_in_code_units_);
370 const Instruction* instr = Instruction::At(&code->insns_[throw_dex_pc]);

Completed in 67 milliseconds