Lines Matching full:external_function
937 Redirection(Isolate* isolate, void* external_function,
939 : external_function_(external_function),
955 external_function() { return external_function_; }
958 static Redirection* Get(Isolate* isolate, void* external_function,
962 if (current->external_function_ == external_function) return current;
964 return new Redirection(isolate, external_function, type);
977 return redirection->external_function();
1010 void* external_function,
1012 Redirection* redirection = Redirection::Get(isolate, external_function, type);
2055 reinterpret_cast<intptr_t>(redirection->external_function());