Home
last modified time | relevance | path

Searched refs:BUILTIN_CALL (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dexternal-reference.h343 BUILTIN_CALL, // default enumerator
419 Create(Address address, Type type = ExternalReference::BUILTIN_CALL);
453 Type type = ExternalReference::BUILTIN_CALL);
Dexternal-reference.cc170 return ExternalReference::BUILTIN_CALL; in BuiltinCallTypeForResultSize()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc1227 DCHECK(redirection->type() == ExternalReference::BUILTIN_CALL || in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2231 DCHECK(redirection->type() == ExternalReference::BUILTIN_CALL || in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1863 DCHECK(redirection->type() == ExternalReference::BUILTIN_CALL || in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2934 redirection->type() == ExternalReference::BUILTIN_CALL || in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc688 case ExternalReference::BUILTIN_CALL: in DoRuntimeCall()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc2421 DCHECK(redirection->type() == ExternalReference::BUILTIN_CALL || in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc2426 DCHECK(redirection->type() == ExternalReference::BUILTIN_CALL || in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc2229 DCHECK(redirection->type() == ExternalReference::BUILTIN_CALL || in SoftwareInterrupt()