Home
last modified time | relevance | path

Searched refs:work_insn_idx_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc679 return &GetModifiableInstructionFlags(work_insn_idx_); in CurrentInsnFlags()
1861 work_insn_idx_ = insn_idx; in CodeFlowVerifyMethod()
1875 << "@" << reinterpret_cast<void*>(work_insn_idx_) << "\n" in CodeFlowVerifyMethod()
1886 if (kMonitorDexPCs && UNLIKELY(work_insn_idx_ == interesting_dex_pc_)) { in CodeFlowVerifyMethod()
2003 const uint16_t* insns = code_item_accessor_.Insns() + work_insn_idx_; in CodeFlowVerifyInstruction()
2266 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_); in CodeFlowVerifyInstruction()
2269 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()
2270 uint32_t prev_idx = work_insn_idx_ - 1; in CodeFlowVerifyInstruction()
2445 const RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_); in CodeFlowVerifyInstruction()
2602 if (UNLIKELY(0 == work_insn_idx_)) { in CodeFlowVerifyInstruction()
[all …]
Dmethod_verifier.h305 uint32_t work_insn_idx_; variable