Lines Matching full:external_function
797 Redirection(Isolate* isolate, void* external_function,
799 : external_function_(external_function),
823 void* external_function() { return external_function_; }
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);
1222 reinterpret_cast<intptr_t>(redirection->external_function());