Searched refs:CheckLiteralOp (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line.h | 250 void CheckLiteralOp(const Instruction* inst,
|
D | register_line.cc | 396 void RegisterLine::CheckLiteralOp(const Instruction* inst, in CheckLiteralOp() function in art::verifier::RegisterLine
|
D | method_verifier.cc | 2625 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()
|