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/
H A 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_inde in IGNITION_HANDLER()
322 TNode<Context> slot_context = GetContext(); IGNITION_HANDLER() local
367 TNode<Context> slot_context = LookupContextSlot() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc4375 TNode<Context> slot_context = GotoIfHasContextExtensionUpToDepth( in GenerateLookupContextBaseline() local
4382 Return(LoadContextElement(slot_context, TaggedIndexToIntPtr(slot))); in GenerateLookupContextBaseline()

Completed in 21 milliseconds