Home
last modified time | relevance | path

Searched refs:gc_suspects (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/gcmole/
Dgcmole.cc239 static CalleesSet gc_suspects; variable
248 while (fin >> s) gc_suspects.insert(s); in LoadGCSuspects()
262 return gc_suspects.find(name) != gc_suspects.end(); in KnownToCauseGC()