Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc95 catch_dex_pc = it.GetHandlerAddress(); in art_portable_find_catch_block_from_code()
108 catch_dex_pc = it.GetHandlerAddress(); in art_portable_find_catch_block_from_code()
/art/runtime/mirror/
Dart_method.cc230 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
246 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
/art/runtime/
Ddex_file.h1336 uint32_t GetHandlerAddress() const { in GetHandlerAddress() function
/art/compiler/dex/
Dmir_graph.cc324 uint32_t address = iterator.GetHandlerAddress(); in ProcessTryCatchBlocks()
561 BasicBlock* catch_block = FindBlock(iterator.GetHandlerAddress(), false /* split*/, in ProcessCanThrow()
/art/runtime/verifier/
Dmethod_verifier.cc635 uint32_t dex_pc= iterator.GetHandlerAddress(); in ScanTryCatchBlocks()
2865 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) { in CodeFlowVerifyInstruction()
3000 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) { in GetCaughtExceptionType()
/art/compiler/llvm/
Dgbc_expander.cc2785 sw->addCase(irb_.getInt32(c), GetBasicBlock(iter.GetHandlerAddress())); in GetLandingPadBasicBlock()