Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_exception_helpers.h45 uint32_t GetHandlerAddress() const { in GetHandlerAddress() function
/art/dexdump/
Ddexdump_cfg.cc199 exception_targets.insert(catch_it.GetHandlerAddress()); in DumpMethodCFG()
258 current_handler_pcs.insert(catch_it.GetHandlerAddress()); in DumpMethodCFG()
301 uint32_t handler_pc = catch_it.GetHandlerAddress(); in DumpMethodCFG()
Ddexdump.cc848 fprintf(gOutFile, " %s -> 0x%04x\n", descriptor, it.GetHandlerAddress()); in dumpCatches()
/art/compiler/optimizing/
Dblock_builder.cc90 MaybeCreateBlockAt(iterator.GetHandlerAddress()); in CreateBranchTargets()
230 try_boundary->AddExceptionHandler(catch_blocks.Get(it.GetHandlerAddress())); in LinkToCatchBlocks()
304 uint32_t address = iterator.GetHandlerAddress(); in InsertTryBoundaryBlocks()
/art/runtime/
Dart_method.cc333 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
349 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
/art/tools/veridex/
Dflow_analysis.cc84 SetAsBranchTarget(iterator.GetHandlerAddress()); in FindBranches()
/art/runtime/verifier/
Dmethod_verifier.cc1114 uint32_t dex_pc = iterator.GetHandlerAddress(); in ScanTryCatchBlocks()
3489 << std::hex << iterator.GetHandlerAddress(); in CodeFlowVerifyInstruction()
3491 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) { in CodeFlowVerifyInstruction()
3671 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) { in HandleMoveException()