Searched refs:CheckUnaryOpFromWide (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line.h | 214 void CheckUnaryOpFromWide(MethodVerifier* verifier, const Instruction* inst,
|
D | register_line.cc | 224 void RegisterLine::CheckUnaryOpFromWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpFromWide() function in art::verifier::RegisterLine
|
D | method_verifier.cc | 2626 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Integer(), in CodeFlowVerifyInstruction() 2630 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Float(), in CodeFlowVerifyInstruction() 2649 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Integer(), in CodeFlowVerifyInstruction() 2657 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Float(), in CodeFlowVerifyInstruction()
|