Home
last modified time | relevance | path

Searched refs:GetContextAtDepth (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-generator.cc228 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()
Dinterpreter-assembler.h78 compiler::Node* GetContextAtDepth(compiler::Node* context,
Dinterpreter-assembler.cc161 Node* InterpreterAssembler::GetContextAtDepth(Node* context, Node* depth) { in GetContextAtDepth() function in v8::internal::interpreter::InterpreterAssembler