Home
last modified time | relevance | path

Searched refs:fastpath_done (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2532 Label out_of_range, only_low, negate, done, fastpath_done; in Generate_DoubleToI() local
2564 __ beq(&fastpath_done); in Generate_DoubleToI()
2641 __ bind(&fastpath_done); in Generate_DoubleToI()
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc2526 Label out_of_range, only_low, negate, done, fastpath_done; in Generate_DoubleToI() local
2550 __ beq(&fastpath_done, Label::kNear); in Generate_DoubleToI()
2630 __ bind(&fastpath_done); in Generate_DoubleToI()