Home | History | Annotate | Download | only in mips

Lines Matching full:external_function

944   Redirection(Isolate* isolate, void* external_function,
946 : external_function_(external_function),
962 void* external_function() { return external_function_; }
965 static Redirection* Get(Isolate* isolate, void* external_function,
969 if (current->external_function_ == external_function) return current;
971 return new Redirection(isolate, external_function, type);
984 return redirection->external_function();
1018 void* external_function,
1020 Redirection* redirection = Redirection::Get(isolate, external_function, type);
2136 reinterpret_cast<intptr_t>(redirection->external_function());