Home | History | Annotate | Download | only in src

Lines Matching defs:HConstant

1947 class HConstant: public HTemplateInstruction<0> {
1949 HConstant(Handle<Object> handle, Representation r);
1963 HConstant* CopyToRepresentation(Representation r) const;
1964 HConstant* CopyToTruncatedInt32() const;
1994 HConstant* other_constant = HConstant::cast(other);
2611 HConstant::cast(right())->HasInteger32Value()) {
2612 int32_t value = HConstant::cast(right())->Integer32Value();
2990 !(value->IsConstant() && HConstant::cast(value)->InOldSpace());