Lines Matching refs:do_store
5100 auto do_store = __ MakeLabel();
5103 __ GotoIf(__ Word32Equal(old_scope_value, __ Int32Constant(1)), &do_store);
5106 __ Unreachable(&do_store);
5107 __ Bind(&do_store);
5769 auto do_store = __ MakeLabel(MachineRepresentation::kWord32);
5771 __ GotoIf(ObjectIsSmi(value), &do_store, kind);
5779 __ GotoIfNot(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &do_store,
5788 __ Goto(&do_store, kind);
5804 __ Goto(&do_store, __ Int32Constant(HOLEY_DOUBLE_ELEMENTS));
5809 __ Goto(&do_store, __ Int32Constant(HOLEY_ELEMENTS));
5816 __ Goto(&do_store, __ Int32Constant(HOLEY_ELEMENTS));
5820 __ Bind(&do_store);
5821 kind = do_store.PhiAt(0);
5887 auto do_store = __ MakeLabel();
5899 &do_store);
5900 __ Unreachable(&do_store);
5908 __ Goto(&do_store);
5911 __ Bind(&do_store);
5948 auto do_store = __ MakeLabel();
5957 __ Goto(&do_store);
5964 __ Goto(&do_store);
5970 __ Goto(&do_store);
5973 __ Bind(&do_store);