Home | History | Annotate | Download | only in gc

Lines Matching refs:Static

9 // static initialization
254 // compilation of top-level (static) assignments
414 //dump("not static ptrlit", r);
545 //dump("not static", r);
549 // initContext is the context in which static data is populated.
551 // Static data populated in an init function will be written either
552 // zero times (as a readonly, static data symbol) or
556 // Static data populated in any other function needs to be local to
572 // staticname returns a name backed by a static data symbol.
598 // initGenType is a bitmap indicating the types of generation that will occur for a static value.
684 // initKind is a kind of static initialization: static, dynamic, or local.
685 // Static initialization represents literals and
692 // first static then dynamic.
756 // Static initialization never needs
781 // put everything into static array
787 // copy static to slice
798 // 1. make a static array
804 // 4. copy the static array to the auto array
817 // make static initialized array (1),(2)
866 // copy static to heap (4)
952 // make and initialize static arrays
1108 // lay out static data
1118 // copy static to var
1200 // stataddr sets nam to the static address of n and reports whether it succeeded.
1352 // gen_as_init attempts to emit static data for n and reports whether it succeeded.
1353 // If reportOnly is true, it does not emit static data and does not modify the AST.
1358 Fatalf("gen_as_init couldn't generate static data")