Searched refs:done_double (Results 1 – 1 of 1) sorted by relevance
3725 auto done_double = __ MakeLabel(MachineRepresentation::kFloat64); in LowerLoadFieldByIndex() local3740 __ Goto(&done_double, result); in LowerLoadFieldByIndex()3744 __ Goto(&done_double, result); in LowerLoadFieldByIndex()3759 __ Goto(&done_double, result); in LowerLoadFieldByIndex()3762 __ Bind(&done_double); in LowerLoadFieldByIndex()3764 Node* result = AllocateHeapNumberWithValue(done_double.PhiAt(0)); in LowerLoadFieldByIndex()