Home | History | Annotate | Download | only in gc

Lines Matching refs:static

12 // Static initialization ordering state.
256 // compilation of top-level (static) assignments
416 //dump("not static ptrlit", r);
546 //dump("not static", r);
550 // initContext is the context in which static data is populated.
552 // Static data populated in an init function will be written either
553 // zero times (as a readonly, static data symbol) or
557 // Static data populated in any other function needs to be local to
573 var statuniqgen int // name generator for static temps
575 // staticname returns a name backed by a static data symbol.
602 // initGenType is a bitmap indicating the types of generation that will occur for a static value.
688 // initKind is a kind of static initialization: static, dynamic, or local.
689 // Static initialization represents literals and
696 // first static
779 // put everything into static array
785 // copy static to slice
806 // 1. make a static array
812 // 4. copy the static array to the auto array
825 // make static initialized array (1),(2)
874 // copy static to heap (4)
935 // Split the initializers into static and dynamic.
948 // Add static entries.
950 // For a large number of static entries, put them in an array and loop.
960 // make and initialize static arrays
1000 // For a small number of static entries, just add them directly.
1095 // lay out static data
1105 // copy static to var
1187 // stataddr sets nam to the static address of n and reports whether it succeeded.