Lines Matching full:external_function
847 Redirection(Isolate* isolate, void* external_function,
849 : external_function_(external_function),
873 void* external_function() { return external_function_; }
876 static Redirection* Get(Isolate* isolate, void* external_function,
880 if (current->external_function_ == external_function) {
885 return new Redirection(isolate, external_function, type);
905 return redirection->external_function();
939 void* external_function,
941 Redirection* redirection = Redirection::Get(isolate, external_function, type);
1271 reinterpret_cast<intptr_t>(redirection->external_function());