Home
last modified time | relevance | path

Searched refs:external_function (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.cc61 Address SimulatorBase::RedirectExternalReference(Address external_function, in RedirectExternalReference() argument
64 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference()
68 Redirection::Redirection(Address external_function, in Redirection() argument
70 : external_function_(external_function), type_(type), next_(nullptr) { in Redirection()
87 Redirection* Redirection::Get(Address external_function, in Get() argument
91 if (current->external_function_ == external_function && in Get()
96 return new Redirection(external_function, type); in Get()
H A Dsimulator-base.h39 static Address RedirectExternalReference(Address external_function,
150 Redirection(Address external_function, ExternalReference::Type type);
160 void* external_function() { in external_function() function in v8::internal::Redirection
165 static Redirection* Get(Address external_function,
178 return redirection->external_function(); in ReverseRedirection()
/third_party/jerryscript/tests/unit-core/
H A Dtest-native-instanceof.cpp25 external_function (const jerry_value_t function_obj, in external_function() function
36 } /* external_function */ in external_function()
92 jerry_value_t constructor = jerry_create_external_function (external_function); in HWTEST_F()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc634 reinterpret_cast<int64_t>(redirection->external_function()); in DoRuntimeCall()
636 TraceSim("Call to host function at %p\n", redirection->external_function()); in DoRuntimeCall()
646 reinterpret_cast<Address>(redirection->external_function()); in DoRuntimeCall()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1697 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2111 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1015 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2306 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2304 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2810 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2017 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()

Completed in 68 milliseconds