Lines Matching defs:context

102   // Builder for loading a native context field.
148 // The main node creation chokepoint. Adds context, frame state, effect,
288 // Check the context chain for extensions, for lookup fast paths.
294 // Helper function to create a context extension check.
375 int context_register_; // Index of register holding handler context.
451 // The native context for which we optimize.
678 context_ = builder->GetParameter(context_index, "%context");
936 // TODO(jarin) We should also rename context here. However, unconditional
937 // renaming confuses global object and native context specialization.
938 // We should only rename if the context is assigned in the loop.
1141 // context and closure.
1652 Node* context =
1654 NodeProperties::ReplaceContextInput(node, context);
1663 Node* context =
1665 NodeProperties::ReplaceContextInput(node, context);
1689 Node* context =
1691 NodeProperties::ReplaceContextInput(node, context);
1750 Node* context = environment()->Context();
1751 switch (context->opcode()) {
1753 return CreateFunctionContextParametersOf(context->op())
1758 return ScopeInfoOf(broker(), context->op());
1800 // Output environment where the context has an extension
1834 // Check if any context in the depth has an extension.
1837 // Fast path, do a context load.
1883 // Check if any context in the depth has an extension.
2170 Node* context =
2172 environment()->SetContext(context);
2195 Node* context = NewNode(op);
2196 environment()->BindAccumulator(context);
2204 Node* context = NewNode(op);
2205 environment()->BindAccumulator(context);
2213 Node* context = NewNode(op);
2214 environment()->BindAccumulator(context);
2223 Node* context = NewNode(op, exception);
2224 environment()->BindAccumulator(context);
2233 Node* context = NewNode(op, object);
2234 environment()->BindAccumulator(context);
4301 Node* context = environment()->LookupRegister(context_register);
4305 environment()->SetContext(context);