Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h192 void CheckUnaryOpToWide(const Instruction* inst,
Dregister_line.cc299 void RegisterLine::CheckUnaryOpToWide(const Instruction* inst, in CheckUnaryOpToWide() function in art::verifier::RegisterLine
Dmethod_verifier.cc2442 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()