Home | History | Annotate | Download | only in s390

Lines Matching full:external_function

1547   Redirection(Isolate* isolate, void* external_function,
1549 : external_function_(external_function),
1578 void* external_function() { return external_function_; }
1581 static Redirection* Get(Isolate* isolate, void* external_function,
1585 if (current->external_function_ == external_function) {
1590 return new Redirection(isolate, external_function, type);
1610 return redirection->external_function();
1643 void* external_function,
1645 Redirection* redirection = Redirection::Get(isolate, external_function, type);
2001 reinterpret_cast<intptr_t>(redirection->external_function());