Searched refs:GetHandlerAddress (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dblock_builder.cc70 MaybeCreateBlockAt(iterator.GetHandlerAddress());
207 try_boundary->AddExceptionHandler(catch_blocks.Get(it.GetHandlerAddress()));
281 uint32_t address = iterator.GetHandlerAddress();
/art/runtime/
H A Dart_method.cc202 found_dex_pc = it.GetHandlerAddress();
220 found_dex_pc = it.GetHandlerAddress();
H A Dutils.cc1650 exception_targets.insert(catch_it.GetHandlerAddress());
1709 current_handler_pcs.insert(catch_it.GetHandlerAddress());
1751 uint32_t handler_pc = catch_it.GetHandlerAddress();
H A Ddex_file.h1618 uint32_t GetHandlerAddress() const { function in class:art::CatchHandlerIterator
/art/dexdump/
H A Ddexdump.cc466 fprintf(gOutFile, " %s -> 0x%04x\n", descriptor, it.GetHandlerAddress());
/art/runtime/verifier/
H A Dmethod_verifier.cc1034 uint32_t dex_pc= iterator.GetHandlerAddress();
3545 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) {
3701 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) {

Completed in 7279 milliseconds