Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.cc3725 auto done_double = __ MakeLabel(MachineRepresentation::kFloat64); in LowerLoadFieldByIndex() local
3740 __ 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()