Searched refs:CheckUnaryOpFromWide (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line.h | 197 void CheckUnaryOpFromWide(const Instruction* inst,
|
D | register_line.cc | 307 void RegisterLine::CheckUnaryOpFromWide(const Instruction* inst, in CheckUnaryOpFromWide() function in art::verifier::RegisterLine
|
D | method_verifier.cc | 2453 work_line_->CheckUnaryOpFromWide(inst, reg_types_.Integer(), in CodeFlowVerifyInstruction() 2457 work_line_->CheckUnaryOpFromWide(inst, reg_types_.Float(), in CodeFlowVerifyInstruction() 2476 work_line_->CheckUnaryOpFromWide(inst, reg_types_.Integer(), in CodeFlowVerifyInstruction() 2484 work_line_->CheckUnaryOpFromWide(inst, reg_types_.Float(), in CodeFlowVerifyInstruction()
|