Searched refs:GetContextAtDepth (Results 1 – 3 of 3) sorted by relevance
73 compiler::Node* GetContextAtDepth(compiler::Node* context,
626 Node* slot_context = __ GetContextAtDepth(context, depth); in DoLdaContextSlot()671 Node* slot_context = __ GetContextAtDepth(context, depth); in DoStaContextSlot()728 Node* slot_context = __ GetContextAtDepth(context, depth); in DoLdaLookupContextSlot()995 Node* module_context = __ GetContextAtDepth(__ GetContext(), depth); in DoLdaModuleVariable()1038 Node* module_context = __ GetContextAtDepth(__ GetContext(), depth); in DoStaModuleVariable()
102 Node* InterpreterAssembler::GetContextAtDepth(Node* context, Node* depth) { in GetContextAtDepth() function in v8::internal::interpreter::InterpreterAssembler