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

/art/runtime/entrypoints/portable/
H A Dportable_throw_entrypoints.cc95 catch_dex_pc = it.GetHandlerAddress();
108 catch_dex_pc = it.GetHandlerAddress();
/art/runtime/mirror/
H A Dart_method.cc251 found_dex_pc = it.GetHandlerAddress();
267 found_dex_pc = it.GetHandlerAddress();
/art/runtime/
H A Ddex_file.h1309 uint32_t GetHandlerAddress() const { function in class:art::CatchHandlerIterator
/art/compiler/dex/
H A Dmir_graph.cc324 uint32_t address = iterator.GetHandlerAddress();
561 BasicBlock* catch_block = FindBlock(iterator.GetHandlerAddress(), false /* split*/,
/art/runtime/verifier/
H A Dmethod_verifier.cc618 uint32_t dex_pc= iterator.GetHandlerAddress();
2830 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) {
2965 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) {
/art/compiler/llvm/
H A Dgbc_expander.cc2785 sw->addCase(irb_.getInt32(c), GetBasicBlock(iter.GetHandlerAddress()));

Completed in 459 milliseconds