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

/art/runtime/verifier/
H A Dreg_type.h130 virtual bool IsOne() const { return false; } function in class:art::verifier::RegType
744 bool IsOne() const OVERRIDE {
/art/compiler/optimizing/
H A Dnodes.h2858 virtual bool IsOne() const { return false; } function in class:art::HConstant
2914 bool IsOne() const OVERRIDE { return GetValue() == 1; }
2958 bool IsOne() const OVERRIDE { return GetValue() == 1; }
3006 bool IsOne() const OVERRIDE {
3063 bool IsOne() const OVERRIDE {

Completed in 67 milliseconds