Searched refs:work_insn_idx_ (Results 1 – 2 of 2) sorted by relevance
551 return &GetModifiableInstructionFlags(work_insn_idx_); in CurrentInsnFlags()1865 work_insn_idx_ = insn_idx; in CodeFlowVerifyMethod()1879 << "@" << reinterpret_cast<void*>(work_insn_idx_) << "\n" in CodeFlowVerifyMethod()1999 if (monitor_enter_dex_pcs_ != nullptr && work_insn_idx_ == interesting_dex_pc_) { in CodeFlowVerifyInstruction()2036 const uint16_t* insns = code_item_accessor_.Insns() + work_insn_idx_; in CodeFlowVerifyInstruction()2133 if (work_insn_idx_ == 0) { in CodeFlowVerifyInstruction()2324 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_); in CodeFlowVerifyInstruction()2327 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()2328 uint32_t prev_idx = work_insn_idx_ - 1; in CodeFlowVerifyInstruction()2509 const RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_); in CodeFlowVerifyInstruction()[all …]
291 uint32_t work_insn_idx_; variable