Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2689 RegisterLine* update_line = RegisterLine::Create(code_item_->registers_size_, this); in CodeFlowVerifyInstruction() local
2691 fallthrough_line.reset(update_line); in CodeFlowVerifyInstruction()
2693 branch_line.reset(update_line); in CodeFlowVerifyInstruction()
2695 update_line->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
2696 update_line->SetRegisterType<LockOp::kKeep>(this, in CodeFlowVerifyInstruction()
2716 update_line->SetRegisterType<LockOp::kKeep>(this, in CodeFlowVerifyInstruction()
2723 update_line->SetRegisterType<LockOp::kKeep>(this, in CodeFlowVerifyInstruction()
2730 update_line->SetRegisterType<LockOp::kKeep>(this, in CodeFlowVerifyInstruction()