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

  /external/clang/test/Index/
comment-c-decls.c 20 extern void external_function(int x1);
21 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
format-comment-cdecls.c 15 extern void external_function(int x1);
16 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 936 Redirection(void* external_function, ExternalReference::Type type)
937 : external_function_(external_function),
954 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
    [all...]
simulator-mips.h 349 static void* RedirectExternalReference(void* external_function,
  /external/v8/src/mips/
simulator-mips.cc 936 Redirection(void* external_function, ExternalReference::Type type)
937 : external_function_(external_function),
954 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
    [all...]
simulator-mips.h 347 static void* RedirectExternalReference(void* external_function,
  /external/v8/src/arm/
simulator-arm.h 325 void* external_function,
simulator-arm.cc 805 Redirection(void* external_function, ExternalReference::Type type)
806 : external_function_(external_function),
823 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
826 static Redirection* Get(void* external_function,
831 if (current->external_function_ == external_function) return current;
833 return new Redirection(external_function, type);
851 void* Simulator::RedirectExternalReference(void* external_function,
853 Redirection* redirection = Redirection::Get(external_function, type);
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 807 Redirection(void* external_function, ExternalReference::Type type)
808 : external_function_(external_function),
825 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
828 static Redirection* Get(void* external_function,
833 if (current->external_function_ == external_function) {
838 return new Redirection(external_function, type);
856 void* Simulator::RedirectExternalReference(void* external_function,
858 Redirection* redirection = Redirection::Get(external_function, type);
    [all...]
simulator-arm.h 361 void* external_function,

Completed in 57 milliseconds