HomeSort by relevance Sort by last modified time
    Searched refs:IsImpreciseConstant (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
reg_type_cache-inl.h 85 DCHECK(result.IsImpreciseConstant());
92 DCHECK(result.IsImpreciseConstant());
98 DCHECK(result.IsImpreciseConstant());
104 DCHECK(result.IsImpreciseConstant());
110 DCHECK(result.IsImpreciseConstant());
116 DCHECK(result.IsImpreciseConstant());
reg_type.h 83 virtual bool IsImpreciseConstant() const { return false; }
86 return IsImpreciseConstant() || IsPreciseConstant();
822 bool IsImpreciseConstant() const OVERRIDE { return true; }
    [all...]
reg_type_test.cc 676 EXPECT_TRUE(imprecise_const.IsImpreciseConstant());
    [all...]

Completed in 54 milliseconds