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.cc2407 work_line_->CheckUnaryOpToWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
2414 work_line_->CheckUnaryOpToWide(inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
2433 work_line_->CheckUnaryOpToWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
2437 work_line_->CheckUnaryOpToWide(inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()