Searched refs:work_line_ (Results 1 – 2 of 2) sorted by relevance
894 saved_line_->CopyFromLine(work_line_.get()); in Fail()1567 work_line_.reset(RegisterLine::Create(registers_size, this)); in VerifyCodeFlow()1840 work_line_->CopyFromLine(reg_table_.GetLine(insn_idx)); in CodeFlowVerifyMethod()1848 if (work_line_->CompareLine(register_line) != 0) { in CodeFlowVerifyMethod()1853 << " work_line=" << work_line_->Dump(this) << "\n" in CodeFlowVerifyMethod()1973 for (size_t i = 0; i < work_line_->GetMonitorEnterCount(); ++i) { in CodeFlowVerifyInstruction()1974 monitor_enter_dex_pcs_->push_back(work_line_->GetMonitorEnterDexPc(i)); in CodeFlowVerifyInstruction()2005 << work_line_->Dump(this) << "\n"; in CodeFlowVerifyInstruction()2016 saved_line_->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()2042 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()[all …]
746 RegisterLineArenaUniquePtr work_line_; variable