Searched refs:CheckUnaryOpFromWide (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/verifier/ |
H A D | register_line.h | 261 void CheckUnaryOpFromWide(MethodVerifier* verifier,
|
H A D | register_line.cc | 221 void RegisterLine::CheckUnaryOpFromWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpFromWide() function in art::verifier::RegisterLine
|
H A D | method_verifier.cc | 3221 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Integer(), in CodeFlowVerifyInstruction() 3225 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Float(), in CodeFlowVerifyInstruction() 3244 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Integer(), in CodeFlowVerifyInstruction() 3252 work_line_->CheckUnaryOpFromWide(this, inst, reg_types_.Float(), in CodeFlowVerifyInstruction()
|