Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1604 work_line_.reset(RegisterLine::Create(registers_size, allocator_, GetRegTypeCache())); in VerifyCodeFlow()
1900 work_line_->CopyFromLine(reg_table_.GetLine(insn_idx)); in CodeFlowVerifyMethod()
1908 if (work_line_->CompareLine(register_line) != 0) { in CodeFlowVerifyMethod()
1913 << " work_line=" << work_line_->Dump(this) << "\n" in CodeFlowVerifyMethod()
1924 HandleMonitorDexPcsWorkLine(monitor_enter_dex_pcs_, work_line_.get()); in CodeFlowVerifyMethod()
2064 << work_line_->Dump(this); in CodeFlowVerifyInstruction()
2076 saved_line_->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
2104 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
2107 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
2110 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
[all …]
Dmethod_verifier.h326 RegisterLineArenaUniquePtr work_line_; variable