Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2725 RegisterLine* update_line = RegisterLine::Create(code_item_accessor_.RegistersSize(), in CodeFlowVerifyInstruction() local
2729 fallthrough_line.reset(update_line); in CodeFlowVerifyInstruction()
2731 branch_line.reset(update_line); in CodeFlowVerifyInstruction()
2733 update_line->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
2734 update_line->SetRegisterType<LockOp::kKeep>(this, in CodeFlowVerifyInstruction()
2747 auto maybe_update_fn = [&instance_of_inst, update_line, this, &cast_type]( in CodeFlowVerifyInstruction()
2753 update_line->SetRegisterType<LockOp::kKeep>(this, move_src, cast_type); in CodeFlowVerifyInstruction()