Searched refs:slot_context (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 259 TNode<Context> slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local 260 TNode<Object> result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 273 TNode<Context> slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local 274 TNode<Object> result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 284 TNode<Context> slot_context = GetContext(); in IGNITION_HANDLER() local 285 TNode<Object> result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 295 TNode<Context> slot_context = GetContext(); in IGNITION_HANDLER() local 296 TNode<Object> result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 310 TNode<Context> slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() local 311 StoreContextElement(slot_context, slot_index, value); in IGNITION_HANDLER() [all …]
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 4375 TNode<Context> slot_context = GotoIfHasContextExtensionUpToDepth( in GenerateLookupContextBaseline() local 4382 Return(LoadContextElement(slot_context, TaggedIndexToIntPtr(slot))); in GenerateLookupContextBaseline()
|