Home | History | Annotate | Download | only in src

Lines Matching defs:do_store

6280     Label do_store(this);
6281 GotoIf(TaggedIsSmi(maybe_field_type), &do_store);
6285 Branch(WordEqual(LoadMap(prepared_value), field_type), &do_store, miss);
6287 Bind(&do_store);