Home | History | Annotate | Download | only in arm

Lines Matching full:external_function

730   Redirection(Isolate* isolate, void* external_function,
732 : external_function_(external_function),
748 void* external_function() { return external_function_; }
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);
1764 reinterpret_cast<intptr_t>(redirection->external_function());