Searched refs:GetContextAtDepth (Results 1 – 3 of 3) sorted by relevance
228 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER()242 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER()279 Node* slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER()340 Node* slot_context = GetContextAtDepth(context, depth); in LookupContextSlot()675 Node* module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER()717 Node* module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER()
78 compiler::Node* GetContextAtDepth(compiler::Node* context,
161 Node* InterpreterAssembler::GetContextAtDepth(Node* context, Node* depth) { in GetContextAtDepth() function in v8::internal::interpreter::InterpreterAssembler