Searched refs:CallFPImpl (Results 1 – 2 of 2) sorted by relevance
167 return ConvertReturn<Return>(CallFPImpl(entry, d0, d1)); in CallFP()215 intptr_t CallFPImpl(Address entry, double d0, double d1);
5860 intptr_t Simulator::CallFPImpl(Address entry, double d0, double d1) { in CallFPImpl() function in v8::internal::Simulator