Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h209 void CheckUnaryOpToWide(MethodVerifier* verifier, const Instruction* inst,
Dregister_line.cc216 void RegisterLine::CheckUnaryOpToWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpToWide() function in art::verifier::RegisterLine
Dmethod_verifier.cc2615 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
2622 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
2641 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
2645 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()