Searched refs:CheckUnaryOpWide (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line.h | 187 void CheckUnaryOpWide(const Instruction* inst,
|
D | register_line.cc | 291 void RegisterLine::CheckUnaryOpWide(const Instruction* inst, in CheckUnaryOpWide() function in art::verifier::RegisterLine
|
D | method_verifier.cc | 2431 work_line_->CheckUnaryOpWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 2438 work_line_->CheckUnaryOpWide(inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 2461 work_line_->CheckUnaryOpWide(inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 2480 work_line_->CheckUnaryOpWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
|