Searched defs:constant_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.h568 : RegType(nullptr, "", cache_id), constant_(constant) {
578 return constant_;
583 return constant_;
588 return constant_;
619 const uint32_t constant_; member in class:art::verifier::ConstantType
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc42 constant_ = instr_const + constant;
47 constant_ = constant;
136 int32_t GetConstant() const { return constant_; }
153 return instruction_ == bound.instruction_ && constant_ == bound.constant_;
186 return constant_ >= bound.constant_;
195 return constant_ <= bound.constant_;
204 return constant_ > boun
293 int32_t constant_; member in class:art::ValueBound
[all...]

Completed in 57 milliseconds