Home
last modified time | relevance | path

Searched refs:kArrayFunction (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-interpreter-gen.cc45 masm, InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenConstructArrayFunction()
/third_party/node/deps/v8/src/codegen/
Dcode-factory.cc242 case InterpreterPushArgsMode::kArrayFunction: in InterpreterPushArgsThenCall()
267 case InterpreterPushArgsMode::kArrayFunction: in InterpreterPushArgsThenConstruct()
/third_party/node/deps/v8/src/common/
Dglobals.h1419 kArrayFunction, enumerator
1431 case InterpreterPushArgsMode::kArrayFunction:
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc833 isolate(), InterpreterPushArgsMode::kArrayFunction); in Construct()
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc1463 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1552 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc1474 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1568 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc1767 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1857 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1707 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1799 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc1534 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1619 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1728 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1779 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1462 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1550 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc1342 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1509 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc1455 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1544 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc1421 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1526 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()