Home
last modified time | relevance | path

Searched refs:InterpreterPushArgsThenCall (Results 1 – 23 of 23) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-interpreter.cc14 Handle<Code> Builtins::InterpreterPushArgsThenCall( in InterpreterPushArgsThenCall() function in v8::internal::Builtins
H A Dbuiltins.h69 Handle<Code> InterpreterPushArgsThenCall(ConvertReceiverMode receiver_mode,
H A Dbuiltins-definitions.h112 ASM(InterpreterPushArgsThenCall) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcode-factory.h88 static Callable InterpreterPushArgsThenCall(Isolate* isolate,
H A Dcode-factory.cc333 Callable CodeFactory::InterpreterPushArgsThenCall( in InterpreterPushArgsThenCall() function in v8::internal::CodeFactory
H A Dinterface-descriptors.h66 V(InterpreterPushArgsThenCall) \
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-factory.h80 static Callable InterpreterPushArgsThenCall(Isolate* isolate,
H A Dcode-factory.cc295 Callable CodeFactory::InterpreterPushArgsThenCall( in InterpreterPushArgsThenCall() function in v8::internal::CodeFactory
299 isolate->builtins()->InterpreterPushArgsThenCall(receiver_mode, mode), in InterpreterPushArgsThenCall()
H A Dinterface-descriptors.h75 V(InterpreterPushArgsThenCall) \
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-factory.h76 static Callable InterpreterPushArgsThenCall(Isolate* isolate,
H A Dcode-factory.cc242 Callable CodeFactory::InterpreterPushArgsThenCall( in InterpreterPushArgsThenCall() function in v8::internal::CodeFactory
H A Dinterface-descriptors.h81 V(InterpreterPushArgsThenCall) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcode-factory.h89 static Callable InterpreterPushArgsThenCall(Isolate* isolate,
H A Dcode-factory.cc350 Callable CodeFactory::InterpreterPushArgsThenCall( in InterpreterPushArgsThenCall() function in v8::internal::CodeFactory
H A Dinterface-descriptors.h72 V(InterpreterPushArgsThenCall) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-definitions.h124 ASM(InterpreterPushArgsThenCall, InterpreterPushArgsThenCall) \
125 ASM(InterpreterPushUndefinedAndArgsThenCall, InterpreterPushArgsThenCall) \
126 ASM(InterpreterPushArgsThenCallWithFinalSpread, InterpreterPushArgsThenCall) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-definitions.h120 ASM(InterpreterPushArgsThenCall, InterpreterPushArgsThenCall) \
121 ASM(InterpreterPushUndefinedAndArgsThenCall, InterpreterPushArgsThenCall) \
122 ASM(InterpreterPushArgsThenCallWithFinalSpread, InterpreterPushArgsThenCall) \
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-definitions.h186 ASM(InterpreterPushArgsThenCall, InterpreterPushArgsThenCall) \
187 ASM(InterpreterPushUndefinedAndArgsThenCall, InterpreterPushArgsThenCall) \
188 ASM(InterpreterPushArgsThenCallWithFinalSpread, InterpreterPushArgsThenCall) \
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dinterpreter-assembler.cc727 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSAndDispatch()
792 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSWithSpreadAndDispatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dinterpreter-assembler.cc750 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSAndDispatch()
810 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSWithSpreadAndDispatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dinterpreter-assembler.cc748 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSAndDispatch()
814 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSWithSpreadAndDispatch()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc847 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSAndDispatch()
905 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSWithSpreadAndDispatch()
/dports/devel/cpplint/cpplint-1.5.5/samples/v8-sample/src/
H A Dinterface-descriptors.h57 V(InterpreterPushArgsThenCall) \