Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dexternal-reference.h302 DIRECT_API_CALL, enumerator
/external/v8/src/execution/ppc/
Dsimulator-ppc.cc1087 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/compiler/
Djs-native-context-specialization.cc2305 &function, ExternalReference::DIRECT_API_CALL))); in InlineApiCall()
Djs-call-reducer.cc948 &api_function, ExternalReference::DIRECT_API_CALL); in ReduceFastApiCall()
3692 &api_function, ExternalReference::DIRECT_API_CALL); in ReduceCallApiFunction()
/external/v8/src/execution/arm64/
Dsimulator-arm64.cc589 case ExternalReference::DIRECT_API_CALL: { in DoRuntimeCall()
/external/v8/src/execution/arm/
Dsimulator-arm.cc1747 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/execution/mips/
Dsimulator-mips.cc2350 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/execution/mips64/
Dsimulator-mips64.cc2338 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/objects/
Dobjects.cc1504 ExternalReference::Type type = ExternalReference::DIRECT_API_CALL; in redirected_callback()
/external/v8/src/execution/s390/
Dsimulator-s390.cc2036 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()