Searched refs:work_insn_idx_ (Results 1 – 2 of 2) sorted by relevance
333 work_insn_idx_(-1), in MethodVerifier()527 work_insn_idx_)); in Fail()535 << '[' << reinterpret_cast<void*>(work_insn_idx_) << "] : "; in LogVerifyInfo()1355 work_insn_idx_ = insn_idx; in CodeFlowVerifyMethod()1369 << "@" << reinterpret_cast<void*>(work_insn_idx_) << "\n" in CodeFlowVerifyMethod()1439 if (monitor_enter_dex_pcs_ != nullptr && work_insn_idx_ == interesting_dex_pc_) { in CodeFlowVerifyInstruction()1464 const uint16_t* insns = code_item_->insns_ + work_insn_idx_; in CodeFlowVerifyInstruction()1560 if (work_insn_idx_ == 0) { in CodeFlowVerifyInstruction()1720 work_line_->PushMonitor(inst->VRegA_11x(), work_insn_idx_); in CodeFlowVerifyInstruction()1825 RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_); in CodeFlowVerifyInstruction()[all …]
643 uint32_t work_insn_idx_; variable