Searched refs:external_function (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | simulator-base.cc | 61 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 D | simulator-base.h | 39 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 D | test-native-instanceof.cpp | 25 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 D | simulator-arm64.cc | 634 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 D | simulator-arm.cc | 1697 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 2111 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 1015 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2306 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2304 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2810 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 2017 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
Completed in 68 milliseconds