Home
last modified time | relevance | path

Searched refs:GetHandlerAddress (Results 1 – 8 of 8) 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.cc787 fprintf(gOutFile, " %s -> 0x%04x\n", descriptor, it.GetHandlerAddress()); in dumpCatches()
/art/compiler/optimizing/
Dblock_builder.cc94 MaybeCreateBlockAt(iterator.GetHandlerAddress()); in CreateBranchTargets()
243 try_boundary->AddExceptionHandler(catch_blocks.Get(it.GetHandlerAddress())); in LinkToCatchBlocks()
317 uint32_t address = iterator.GetHandlerAddress(); in InsertTryBoundaryBlocks()
/art/runtime/
Dart_method.cc281 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
297 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
/art/tools/veridex/
Dflow_analysis.cc81 SetAsBranchTarget(iterator.GetHandlerAddress()); in FindBranches()
/art/runtime/verifier/
Dmethod_verifier.cc1137 uint32_t dex_pc = iterator.GetHandlerAddress(); in ScanTryCatchBlocks()
3624 << std::hex << iterator.GetHandlerAddress(); in CodeFlowVerifyInstruction()
3626 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) { in CodeFlowVerifyInstruction()
3803 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) { in HandleMoveException()
/art/dexlayout/
Ddex_ir_builder.cc850 new TypeAddrPair(type_id, it.GetHandlerAddress()))); in DedupeOrCreateCodeItem()