Home | History | Annotate | Download | only in mips

Lines Matching full:external_function

997   Redirection(Isolate* isolate, void* external_function,
999 : external_function_(external_function),
1015 void* external_function() { return external_function_; }
1018 static Redirection* Get(Isolate* isolate, void* external_function,
1022 if (current->external_function_ == external_function) return current;
1024 return new Redirection(isolate, external_function, type);
1037 return redirection->external_function();
1070 void* external_function,
1072 Redirection* redirection = Redirection::Get(isolate, external_function, type);
2064 reinterpret_cast<intptr_t>(redirection->external_function());