Searched refs:slot_context (Results 1 – 1 of 1) sorted by relevance
228 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local229 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()242 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local243 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()253 Node* slot_context = GetContext(); in IGNITION_HANDLER() local254 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()264 Node* slot_context = GetContext(); in IGNITION_HANDLER() local265 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER()279 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local280 StoreContextElement(slot_context, slot_index, value); in IGNITION_HANDLER()[all …]