Searched refs:reg_types_ (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 3200 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3207 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3222 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3226 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3230 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3249 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3291 reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 3292 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3315 reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3316 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() [all …]
|
H A D | method_verifier.h | 152 return ®_types_; in GetRegTypeCache() 334 RegTypeCache reg_types_; variable
|