Searched defs:IsZeroBitPattern (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dnodes.h2487 virtual bool IsZeroBitPattern() const { return false; } function in class:art::HConstant
2510 virtual bool IsZeroBitPattern() const { return true; } function in class:art::HNullConstant
2540 bool IsZeroBitPattern() const OVERRIDE { return GetValue() == 0; }
2579 bool IsZeroBitPattern() const OVERRIDE { return GetValue() == 0; }
2621 bool IsZeroBitPattern() const OVERRIDE {
2672 bool IsZeroBitPattern() const OVERRIDE {

Completed in 20 milliseconds