Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1112 work_line_.reset(RegisterLine::Create(registers_size, this)); in VerifyCodeFlow()
1357 work_line_->CopyFromLine(reg_table_.GetLine(insn_idx)); in CodeFlowVerifyMethod()
1365 if (work_line_->CompareLine(register_line) != 0) { in CodeFlowVerifyMethod()
1370 << " work_line=" << *work_line_ << "\n" in CodeFlowVerifyMethod()
1441 for (size_t i = 0; i < work_line_->GetMonitorEnterCount(); ++i) { in CodeFlowVerifyInstruction()
1442 monitor_enter_dex_pcs_->push_back(work_line_->GetMonitorEnterDexPc(i)); in CodeFlowVerifyInstruction()
1473 << *work_line_.get() << "\n"; in CodeFlowVerifyInstruction()
1484 saved_line_->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
1509 work_line_->CopyRegister1(inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
1512 work_line_->CopyRegister1(inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
[all …]
Dmethod_verifier.h639 std::unique_ptr<RegisterLine> work_line_; variable