Home
last modified time | relevance | path

Searched refs:slot_context (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc259 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/
Daccessor-assembler.cc4375 TNode<Context> slot_context = GotoIfHasContextExtensionUpToDepth( in GenerateLookupContextBaseline() local
4382 Return(LoadContextElement(slot_context, TaggedIndexToIntPtr(slot))); in GenerateLookupContextBaseline()