Lines Matching full:external_function
1574 Redirection(Isolate* isolate, void* external_function,
1576 : external_function_(external_function),
1605 void* external_function() { return external_function_; }
1608 static Redirection* Get(Isolate* isolate, void* external_function,
1612 if (current->external_function_ == external_function) {
1617 return new Redirection(isolate, external_function, type);
1637 return redirection->external_function();
1669 void* external_function,
1671 Redirection* redirection = Redirection::Get(isolate, external_function, type);
2017 reinterpret_cast<intptr_t>(redirection->external_function());