Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2023 RegisterLine* update_line = RegisterLine::Create(code_item_->registers_size_, this); in CodeFlowVerifyInstruction() local
2025 fallthrough_line.reset(update_line); in CodeFlowVerifyInstruction()
2027 branch_line.reset(update_line); in CodeFlowVerifyInstruction()
2029 update_line->CopyFromLine(work_line_.get()); in CodeFlowVerifyInstruction()
2030 update_line->SetRegisterType(instance_of_inst->VRegB_22c(), cast_type); in CodeFlowVerifyInstruction()
2048 update_line->SetRegisterType(move_inst->VRegB_12x(), cast_type); in CodeFlowVerifyInstruction()
2053 update_line->SetRegisterType(move_inst->VRegB_22x(), cast_type); in CodeFlowVerifyInstruction()
2058 update_line->SetRegisterType(move_inst->VRegB_32x(), cast_type); in CodeFlowVerifyInstruction()