Home | History | Annotate | Download | only in runtime

Lines Matching full:strings

44  * Used to intern strings.
46 * There are actually two tables: one that holds strong references to its strings, and one that
48 * reference from the constant pool. The latter is used for strings interned at runtime via
50 * arbitrarily many strings for the duration of a parse without permanently increasing the memory
76 // Total number of interned strings.
78 // Total number of weakly live interned strings.
80 // Total number of strongly live interned strings.
92 // Adds all of the resolved image strings from the image space into the intern table. The
131 // Table which holds pre zygote and post zygote interned strings. There is one instance for
171 // interned strings which were interned before we created the zygote space. Post zygote is self
229 // directly access the strings in it. Use functions that contain
235 // not directly access the strings in it. Use functions that contain