Lines Matching full:external_function
785 Redirection(Isolate* isolate, void* external_function,
787 : external_function_(external_function),
803 void* external_function() { return external_function_; }
806 static Redirection* Get(Isolate* isolate, void* external_function,
810 if (current->external_function_ == external_function) {
815 return new Redirection(isolate, external_function, type);
828 return redirection->external_function();
861 void* external_function,
863 Redirection* redirection = Redirection::Get(isolate, external_function, type);
1792 reinterpret_cast<intptr_t>(redirection->external_function());