Searched refs:GetHandlerAddress (Results 1 – 6 of 6) sorted by relevance
95 catch_dex_pc = it.GetHandlerAddress(); in art_portable_find_catch_block_from_code()107 catch_dex_pc = it.GetHandlerAddress(); in art_portable_find_catch_block_from_code()
224 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()234 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
269 uint32_t address = iterator.GetHandlerAddress(); in ProcessTryCatchBlocks()440 BasicBlock *catch_block = FindBlock(iterator.GetHandlerAddress(), false /* split*/, in ProcessCanThrow()
1177 uint32_t GetHandlerAddress() const { in GetHandlerAddress() function
561 uint32_t dex_pc= iterator.GetHandlerAddress(); in ScanTryCatchBlocks()2722 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get())) { in CodeFlowVerifyInstruction()2856 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) { in GetCaughtExceptionType()
2794 sw->addCase(irb_.getInt32(c), GetBasicBlock(iter.GetHandlerAddress())); in GetLandingPadBasicBlock()