Home
last modified time | relevance | path

Searched refs:reg_types_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3200 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 Dmethod_verifier.h152 return &reg_types_; in GetRegTypeCache()
334 RegTypeCache reg_types_; variable