Searched refs:CallJS (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | interpreter-assembler.h | 125 Node* CallJS(Node* function, Node* first_arg, Node* arg_count);
|
D | interpreter-assembler.cc | 499 Node* InterpreterAssembler::CallJS(Node* function, Node* first_arg, in CallJS() function in v8::internal::compiler::InterpreterAssembler
|
/external/v8/src/arm64/ |
D | simulator-arm64.h | 188 int64_t CallJS(byte* entry, 881 reinterpret_cast<Object*>(Simulator::current(isolate)->CallJS( \
|
D | simulator-arm64.cc | 179 int64_t Simulator::CallJS(byte* entry, in CallJS() function in v8::internal::Simulator
|
/external/v8/test/unittests/compiler/ |
D | interpreter-assembler-unittest.cc | 645 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/ |
D | interpreter.cc | 1067 Node* result = __ CallJS(function, first_arg, args_count); in DoJSCall() 1151 Node* result = __ CallJS(function, first_arg, args_count); in DoCallJSRuntime()
|