Lines Matching full:external_function
878 Redirection(Isolate* isolate, void* external_function,
880 : external_function_(external_function),
896 void* external_function() { return external_function_; }
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();
952 void* external_function,
954 Redirection* redirection = Redirection::Get(isolate, external_function, type);
2074 reinterpret_cast<intptr_t>(redirection->external_function());