Searched refs:CheckUnaryOpToWide (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line.h | 192 void CheckUnaryOpToWide(const Instruction* inst,
|
D | register_line.cc | 299 void RegisterLine::CheckUnaryOpToWide(const Instruction* inst, in CheckUnaryOpToWide() function in art::verifier::RegisterLine
|
D | method_verifier.cc | 2442 work_line_->CheckUnaryOpToWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 2449 work_line_->CheckUnaryOpToWide(inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 2468 work_line_->CheckUnaryOpToWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 2472 work_line_->CheckUnaryOpToWide(inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
|