Home
last modified time | relevance | path

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

/external/v8/src/
Dexternal-reference.h232 DIRECT_API_CALL, enumerator
Dobjects.cc1621 ExternalReference::Type type = ExternalReference::DIRECT_API_CALL; in redirected_callback()
/external/v8/src/compiler/
Djs-native-context-specialization.cc1787 &function, ExternalReference::DIRECT_API_CALL))); in InlineApiCall()
Djs-call-reducer.cc2958 &api_function, ExternalReference::DIRECT_API_CALL); in ReduceCallApiFunction()
/external/v8/src/ppc/
Dsimulator-ppc.cc1326 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/arm64/
Dsimulator-arm64.cc501 case ExternalReference::DIRECT_API_CALL: { in DoRuntimeCall()
/external/v8/src/arm/
Dsimulator-arm.cc1758 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/mips/
Dsimulator-mips.cc2367 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/mips64/
Dsimulator-mips64.cc2304 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
/external/v8/src/s390/
Dsimulator-s390.cc1977 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()