Searched refs:NotInNewSpace (Results 1 – 4 of 4) sorted by relevance
521 return value->IsConstant() && HConstant::cast(value)->NotInNewSpace(); in CanBeImmediateConstant()2402 HConstant::cast(instr->value())->NotInNewSpace() && in DoStoreNamedField()
515 return value->IsConstant() && HConstant::cast(value)->NotInNewSpace(); in CanBeImmediateConstant()2398 HConstant::cast(instr->value())->NotInNewSpace() && in DoStoreNamedField()
2385 HConstant::cast(instr->value())->NotInNewSpace() && in DoStoreNamedField()
3550 bool NotInNewSpace() const { in NotInNewSpace() function5794 if (value->IsConstant() && HConstant::cast(value)->NotInNewSpace()) { in ReceiverObjectNeedsWriteBarrier()