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

  /art/runtime/
throw_location.h 42 uint32_t throw_dex_pc) :
45 dex_pc_(throw_dex_pc)
common_throws.cc 368 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 2007 milliseconds