Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc70 MaybeCreateBlockAt(iterator.GetHandlerAddress()); in CreateBranchTargets()
207 try_boundary->AddExceptionHandler(catch_blocks.Get(it.GetHandlerAddress())); in LinkToCatchBlocks()
281 uint32_t address = iterator.GetHandlerAddress(); in InsertTryBoundaryBlocks()
/art/dexdump/
Ddexdump_cfg.cc200 exception_targets.insert(catch_it.GetHandlerAddress()); in dumpMethodCFGImpl()
259 current_handler_pcs.insert(catch_it.GetHandlerAddress()); in dumpMethodCFGImpl()
301 uint32_t handler_pc = catch_it.GetHandlerAddress(); in dumpMethodCFGImpl()
Ddexdump.cc754 fprintf(gOutFile, " %s -> 0x%04x\n", descriptor, it.GetHandlerAddress()); in dumpCatches()
/art/runtime/
Dart_method.cc265 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
281 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
Ddex_file.h1587 uint32_t GetHandlerAddress() const { in GetHandlerAddress() function
/art/dexlayout/
Ddex_ir.cc636 new TypeAddrPair(type_id, it.GetHandlerAddress()))); in CreateCodeItem()
/art/runtime/verifier/
Dmethod_verifier.cc1077 uint32_t dex_pc= iterator.GetHandlerAddress(); in ScanTryCatchBlocks()
3617 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) { in CodeFlowVerifyInstruction()
3781 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) { in GetCaughtExceptionType()