Lines Matching refs:depth

251 // LdaContextSlot <context> <slot_index> <depth>
253 // Load the object in |slot_index| of the context at |depth| in the context
258 TNode<Uint32T> depth = BytecodeOperandUImm(2);
259 TNode<Context> slot_context = GetContextAtDepth(context, depth);
265 // LdaImmutableContextSlot <context> <slot_index> <depth>
267 // Load the object in |slot_index| of the context at |depth| in the context
272 TNode<Uint32T> depth = BytecodeOperandUImm(2);
273 TNode<Context> slot_context = GetContextAtDepth(context, depth);
301 // StaContextSlot <context> <slot_index> <depth>
304 // |depth| in the context chain starting at |context|.
309 TNode<Uint32T> depth = BytecodeOperandUImm(2);
310 TNode<Context> slot_context = GetContextAtDepth(context, depth);
362 TNode<Uint32T> depth = BytecodeOperandUImm(2);
368 GotoIfHasContextExtensionUpToDepth(context, depth, &slowpath);
413 TNode<Uint32T> depth = BytecodeOperandUImm(2);
418 GotoIfHasContextExtensionUpToDepth(context, depth, &slowpath);
444 // LdaLookupGlobalSlot <name_index> <feedback_slot> <depth>
452 // LdaLookupGlobalSlotInsideTypeof <name_index> <feedback_slot> <depth>
761 // LdaModuleVariable <cell_index> <depth>
764 // identified by <cell_index>. <depth> is the depth of the current context
768 TNode<Uint32T> depth = BytecodeOperandUImm(1);
770 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth);
806 // StaModuleVariable <cell_index> <depth>
809 // <depth> is the depth of the current context relative to the module context.
813 TNode<Uint32T> depth = BytecodeOperandUImm(1);
815 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth);
2178 // loop depth), or an explicit install target (= the lower bits of the
2192 // loop depth?