Lines Matching refs:slot_context
228 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local
229 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()
242 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local
243 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()
253 Node* slot_context = GetContext(); in IGNITION_HANDLER() local
254 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()
264 Node* slot_context = GetContext(); in IGNITION_HANDLER() local
265 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()
279 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local
280 StoreContextElement(slot_context, slot_index, value); in IGNITION_HANDLER()
291 Node* slot_context = GetContext(); in IGNITION_HANDLER() local
292 StoreContextElement(slot_context, slot_index, value); in IGNITION_HANDLER()
340 Node* slot_context = GetContextAtDepth(context, depth); in LookupContextSlot() local
341 Node* result = LoadContextElement(slot_context, slot_index); in LookupContextSlot()