Home
last modified time | relevance | path

Searched refs:function_closure (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-register.cc49 Register Register::function_closure() { in function_closure() function in v8::internal::interpreter::Register
Dbytecode-register.h36 static Register function_closure();
Dinterpreter-generator.cc2606 Node* closure = LoadRegister(Register::function_closure()); in IGNITION_HANDLER()
2647 Node* closure = LoadRegister(Register::function_closure()); in IGNITION_HANDLER()
2659 Node* closure = LoadRegister(Register::function_closure()); in IGNITION_HANDLER()
2819 Node* closure = LoadRegister(Register::function_closure()); in IGNITION_HANDLER()
3030 Node* closure = LoadRegister(Register::function_closure()); in IGNITION_HANDLER()
3106 Node* closure = LoadRegister(Register::function_closure()); in IGNITION_HANDLER()
Dbytecode-generator.cc1109 BuildInstanceFieldInitialization(Register::function_closure(), in GenerateBytecodeBody()
1322 .MoveRegister(Register::function_closure(), args[2]) in VisitDeclarations()
3666 .MoveRegister(Register::function_closure(), runtime_call_args[2]) in VisitCall()
4247 ->MoveRegister(Register::function_closure(), args[0]) in VisitImportCallExpression()
4463 builder()->LoadAccumulatorWithRegister(Register::function_closure()); in VisitThisFunction()
4851 builder()->LoadAccumulatorWithRegister(Register::function_closure()); in VisitThisFunctionVariable()
4883 ->MoveRegister(Register::function_closure(), args[0]) in BuildGeneratorObjectVariableInitialization()
Dinterpreter-assembler.cc673 TNode<JSFunction> function = CAST(LoadRegister(Register::function_closure())); in LoadFeedbackVector()