Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h250 void CheckLiteralOp(const Instruction* inst,
Dregister_line.cc396 void RegisterLine::CheckLiteralOp(const Instruction* inst, in CheckLiteralOp() function in art::verifier::RegisterLine
Dmethod_verifier.cc2625 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), false, true); in CodeFlowVerifyInstruction()
2630 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), true, true); in CodeFlowVerifyInstruction()
2640 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), false, false); in CodeFlowVerifyInstruction()
2645 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), true, false); in CodeFlowVerifyInstruction()