Home | History | Annotate | Download | only in arm

Lines Matching full:fp_return

482   Redirection(void* external_function, bool fp_return)
485 fp_return_(fp_return),
495 bool fp_return() { return fp_return_; }
497 static Redirection* Get(void* external_function, bool fp_return) {
502 fp_return);
525 bool fp_return) {
526 Redirection* redirection = Redirection::Get(external_function, fp_return);
1190 if (redirection->fp_return()) {