HomeSort by relevance Sort by last modified time
    Searched defs:external_function (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jalx-2-ex.s 9 .globl external_function
12 .ent external_function
13 .type external_function, @function
14 external_function: label
32 .end external_function
33 .size external_function, .-external_function
  /external/v8/src/arm64/
simulator-arm64.cc 466 Redirection(Isolate* isolate, void* external_function,
468 : external_function_(external_function), type_(type), next_(NULL) {
481 T external_function() { return reinterpret_cast<T>(external_function_); } function in class:v8::internal::Redirection
485 static Redirection* Get(Isolate* isolate, void* external_function,
489 if (current->external_function_ == external_function) {
494 return new Redirection(isolate, external_function, type);
507 return redirection->external_function<void*>();
575 int64_t external = redirection->external_function<int64_t>();
578 redirection->external_function<void*>());
782 void* external_function,
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 962 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 878 Redirection(Isolate* isolate, void* external_function,
880 : external_function_(external_function),
896 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
899 static Redirection* Get(Isolate* isolate, void* external_function,
903 if (current->external_function_ == external_function) return current;
905 return new Redirection(isolate, external_function, type);
918 return redirection->external_function();
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 797 Redirection(Isolate* isolate, void* external_function,
799 : external_function_(external_function),
823 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
826 static Redirection* Get(Isolate* isolate, void* external_function,
830 if (current->external_function_ == external_function) {
835 return new Redirection(isolate, external_function, type);
855 return redirection->external_function();
890 void* external_function,
892 Redirection* redirection = Redirection::Get(isolate, external_function, type);
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 730 Redirection(Isolate* isolate, void* external_function,
732 : external_function_(external_function),
748 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
751 static Redirection* Get(Isolate* isolate, void* external_function,
755 if (current->external_function_ == external_function) {
760 return new Redirection(isolate, external_function, type);
773 return redirection->external_function();
807 void* external_function,
809 Redirection* redirection = Redirection::Get(isolate, external_function, type);
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 1578 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
    [all...]

Completed in 405 milliseconds