Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc611 saved_line_->CopyFromLine(work_line_.get()); in Fail()
1233 work_line_.reset(RegisterLine::Create(registers_size, this)); in VerifyCodeFlow()
1501 work_line_->CopyFromLine(reg_table_.GetLine(insn_idx)); in CodeFlowVerifyMethod()
1509 if (work_line_->CompareLine(register_line) != 0) { in CodeFlowVerifyMethod()
1514 << " work_line=" << work_line_->Dump(this) << "\n" in CodeFlowVerifyMethod()
1607 for (size_t i = 0; i < work_line_->GetMonitorEnterCount(); ++i) { in CodeFlowVerifyInstruction()
1608 monitor_enter_dex_pcs_->push_back(work_line_->GetMonitorEnterDexPc(i)); in CodeFlowVerifyInstruction()
1639 << work_line_->Dump(this) << "\n"; in CodeFlowVerifyInstruction()
1650 saved_line_->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
1676 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
[all …]
Dmethod_verifier.h687 std::unique_ptr<RegisterLine> work_line_; variable