Searched refs:CheckUnaryOp (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line.h | 183 void CheckUnaryOp(const Instruction* inst, RegType& dst_type,
|
D | method_verifier.cc | 2427 work_line_->CheckUnaryOp(inst, reg_types_.Integer(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 2435 work_line_->CheckUnaryOp(inst, reg_types_.Float(), reg_types_.Float()); in CodeFlowVerifyInstruction() 2446 work_line_->CheckUnaryOp(inst, reg_types_.Float(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 2465 work_line_->CheckUnaryOp(inst, reg_types_.Integer(), reg_types_.Float()); in CodeFlowVerifyInstruction() 2488 work_line_->CheckUnaryOp(inst, reg_types_.Byte(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 2491 work_line_->CheckUnaryOp(inst, reg_types_.Char(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 2494 work_line_->CheckUnaryOp(inst, reg_types_.Short(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
|
D | register_line.cc | 283 void RegisterLine::CheckUnaryOp(const Instruction* inst, in CheckUnaryOp() function in art::verifier::RegisterLine
|