Searched refs:strong (Results 1 – 2 of 2) sorted by relevance
197 private static String strong[] = new String[MAX_DEPTH]; field in Deep223 if (strong[i] != weak[i].get()) { in run()224 System.err.println("Deep: " + i + " strong=" + strong[i] + in run()233 strong[i] = null; in run()293 strong[depth] = funStr; in dive()
227 mirror::String* strong = LookupStrong(s); in Insert() local228 if (strong != nullptr) { in Insert()229 return strong; in Insert()