Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2202 RegisterLine* update_line = RegisterLine::Create(code_item_->registers_size_, this); in CodeFlowVerifyInstruction() local
2204 fallthrough_line.reset(update_line); in CodeFlowVerifyInstruction()
2206 branch_line.reset(update_line); in CodeFlowVerifyInstruction()
2208 update_line->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
2209 update_line->SetRegisterType(this, instance_of_inst->VRegB_22c(), cast_type); in CodeFlowVerifyInstruction()
2227 update_line->SetRegisterType(this, move_inst->VRegB_12x(), cast_type); in CodeFlowVerifyInstruction()
2232 update_line->SetRegisterType(this, move_inst->VRegB_22x(), cast_type); in CodeFlowVerifyInstruction()
2237 update_line->SetRegisterType(this, move_inst->VRegB_32x(), cast_type); in CodeFlowVerifyInstruction()