Home
last modified time | relevance | path

Searched refs:CallJS (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dinterpreter-assembler.h125 Node* CallJS(Node* function, Node* first_arg, Node* arg_count);
Dinterpreter-assembler.cc499 Node* InterpreterAssembler::CallJS(Node* function, Node* first_arg, in CallJS() function in v8::internal::compiler::InterpreterAssembler
/external/v8/src/arm64/
Dsimulator-arm64.h188 int64_t CallJS(byte* entry,
881 reinterpret_cast<Object*>(Simulator::current(isolate)->CallJS( \
Dsimulator-arm64.cc179 int64_t Simulator::CallJS(byte* entry, in CallJS() function in v8::internal::Simulator
/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.cc645 TARGET_TEST_F(InterpreterAssemblerTest, CallJS) { in TARGET_TEST_F() argument
652 Node* call_js = m.CallJS(function, first_arg, arg_count); in TARGET_TEST_F()
/external/v8/src/interpreter/
Dinterpreter.cc1067 Node* result = __ CallJS(function, first_arg, args_count); in DoJSCall()
1151 Node* result = __ CallJS(function, first_arg, args_count); in DoCallJSRuntime()