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()108 catch_dex_pc = it.GetHandlerAddress(); in art_portable_find_catch_block_from_code()
230 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()246 found_dex_pc = it.GetHandlerAddress(); in FindCatchBlock()
1336 uint32_t GetHandlerAddress() const { in GetHandlerAddress() function
324 uint32_t address = iterator.GetHandlerAddress(); in ProcessTryCatchBlocks()561 BasicBlock* catch_block = FindBlock(iterator.GetHandlerAddress(), false /* split*/, in ProcessCanThrow()
635 uint32_t dex_pc= iterator.GetHandlerAddress(); in ScanTryCatchBlocks()2865 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) { in CodeFlowVerifyInstruction()3000 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) { in GetCaughtExceptionType()
2785 sw->addCase(irb_.getInt32(c), GetBasicBlock(iter.GetHandlerAddress())); in GetLandingPadBasicBlock()