Searched refs:work_line_ (Results 1 – 2 of 2) sorted by relevance
1588 work_line_.reset(RegisterLine::Create(registers_size, allocator_, GetRegTypeCache())); in VerifyCodeFlow()1867 work_line_->CopyFromLine(reg_table_.GetLine(insn_idx)); in CodeFlowVerifyMethod()1875 if (work_line_->CompareLine(register_line) != 0) { in CodeFlowVerifyMethod()1880 << " work_line=" << work_line_->Dump(this) << "\n" in CodeFlowVerifyMethod()2009 work_line_->IterateRegToLockDepths(collector); in CodeFlowVerifyInstruction()2014 work_line_->GetMonitorEnterDexPc(pair.second.dex_pc); in CodeFlowVerifyInstruction()2045 << work_line_->Dump(this); in CodeFlowVerifyInstruction()2056 saved_line_->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()2082 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()2085 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()[all …]
287 RegisterLineArenaUniquePtr work_line_; variable