Searched defs:CallJS (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ | ||
D | code-assembler.cc | 597 Node* CodeAssembler::CallJS(Callable const& callable, Node* context, in CallJS() function in v8::internal::compiler::CodeAssembler |
/external/v8/test/unittests/interpreter/ | ||
D | interpreter-assembler-unittest.cc | 670 TARGET_TEST_F(InterpreterAssemblerTest, CallJS) { in TARGET_TEST_F() argument |
/external/v8/src/interpreter/ | ||
D | interpreter-assembler.cc | 441 Node* InterpreterAssembler::CallJS(Node* function, Node* context, in CallJS() function in v8::internal::interpreter::InterpreterAssembler |
/external/v8/src/arm64/ | ||
D | simulator-arm64.cc | 180 int64_t Simulator::CallJS(byte* entry, in CallJS() function in v8::internal::Simulator |