Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1568 work_line_.reset(RegisterLine::Create(registers_size, allocator_, GetRegTypeCache())); in VerifyCodeFlow()
1863 work_line_->CopyFromLine(reg_table_.GetLine(insn_idx)); in CodeFlowVerifyMethod()
1871 if (work_line_->CompareLine(register_line) != 0) { in CodeFlowVerifyMethod()
1876 << " work_line=" << work_line_->Dump(this) << "\n" in CodeFlowVerifyMethod()
1887 HandleMonitorDexPcsWorkLine(monitor_enter_dex_pcs_, work_line_.get()); in CodeFlowVerifyMethod()
2012 << work_line_->Dump(this); in CodeFlowVerifyInstruction()
2024 saved_line_->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
2052 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
2055 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
2058 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
[all …]
Dmethod_verifier.h301 RegisterLineArenaUniquePtr work_line_; variable