Lines Matching defs:constant
639 Label constant(this), field(this), normal(this, Label::kDeferred),
649 GotoIf(WordEqual(handler_kind, LOAD_KIND(kConstantFromPrototype)), &constant);
704 BIND(&constant);
1115 // guaranteed that it's not a holder object, but a constant value.
1700 // Check that constant matches value.
1701 TNode<Object> constant =
1703 GotoIf(TaggedNotEqual(value, constant), slow);
2090 // Skip field type check in favor of constant value check when storing
2091 // to constant field.
2118 // constant value check in HandleStoreFieldAndReturn here, but then
2168 // Do constant value check if necessary.
3000 // e.g.: monomorphic field and constant loads through smi handlers.
3848 Label constant(this), store(this), not_smi(this);
3852 &constant);
3883 BIND(&constant);