Home | History | Annotate | Download | only in ic

Lines Matching refs:is_double

250       Label is_double(this);
251 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double);
254 Bind(&is_double);
267 Label is_double(this);
270 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double);
273 Bind(&is_double);