Searched refs:GetHandlerAddress (Results 1 – 7 of 7) sorted by relevance
45 uint32_t GetHandlerAddress() const { in GetHandlerAddress() function
199 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()
848 fprintf(gOutFile, " %s -> 0x%04x\n", descriptor, it.GetHandlerAddress()); in dumpCatches()
90 MaybeCreateBlockAt(iterator.GetHandlerAddress()); in CreateBranchTargets()230 try_boundary->AddExceptionHandler(catch_blocks.Get(it.GetHandlerAddress())); in LinkToCatchBlocks()304 uint32_t address = iterator.GetHandlerAddress(); in InsertTryBoundaryBlocks()
333 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()349 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
84 SetAsBranchTarget(iterator.GetHandlerAddress()); in FindBranches()
1114 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()