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

/art/runtime/
H A Dart_method.cc266 found_dex_pc = it.GetHandlerAddress();
282 found_dex_pc = it.GetHandlerAddress();
H A Ddex_file.h1368 uint32_t GetHandlerAddress() const { function in class:art::CatchHandlerIterator
/art/compiler/dex/
H A Dmir_graph.cc380 uint32_t address = iterator.GetHandlerAddress();
614 BasicBlock* catch_block = FindBlock(iterator.GetHandlerAddress(), false /* create */,
/art/runtime/verifier/
H A Dmethod_verifier.cc747 uint32_t dex_pc= iterator.GetHandlerAddress();
3056 if (!UpdateRegisters(iterator.GetHandlerAddress(), saved_line_.get(), false)) {
3192 if (iterator.GetHandlerAddress() == (uint32_t) work_insn_idx_) {
/art/compiler/optimizing/
H A Dbuilder.cc302 uint32_t address = iterator.GetHandlerAddress();

Completed in 121 milliseconds