Lines Matching refs:scopes
52 scopes[i] = 0;
135 current_.scopes[i] = 0;
188 current_.scopes[Scope::MC_MARK]);
232 int external_time = static_cast<int>(current_.scopes[Scope::EXTERNAL]);
276 PrintF("external=%.1f ", current_.scopes[Scope::EXTERNAL]);
277 PrintF("mark=%.1f ", current_.scopes[Scope::MC_MARK]);
278 PrintF("sweep=%.2f ", current_.scopes[Scope::MC_SWEEP]);
279 PrintF("sweepns=%.2f ", current_.scopes[Scope::MC_SWEEP_NEWSPACE]);
280 PrintF("sweepos=%.2f ", current_.scopes[Scope::MC_SWEEP_OLDSPACE]);
281 PrintF("sweepcode=%.2f ", current_.scopes[Scope::MC_SWEEP_CODE]);
282 PrintF("sweepcell=%.2f ", current_.scopes[Scope::MC_SWEEP_CELL]);
283 PrintF("sweepmap=%.2f ", current_.scopes[Scope::MC_SWEEP_MAP]);
284 PrintF("evacuate=%.1f ", current_.scopes[Scope::MC_EVACUATE_PAGES]);
286 current_.scopes[Scope::MC_UPDATE_NEW_TO_NEW_POINTERS]);
288 current_.scopes[Scope::MC_UPDATE_ROOT_TO_NEW_POINTERS]);
290 current_.scopes[Scope::MC_UPDATE_OLD_TO_NEW_POINTERS]);
292 current_.scopes[Scope::MC_UPDATE_POINTERS_TO_EVACUATED]);
294 current_.scopes[Scope::MC_UPDATE_POINTERS_BETWEEN_EVACUATED]);
296 current_.scopes[Scope::MC_UPDATE_MISC_POINTERS]);
298 current_.scopes[Scope::MC_WEAKCOLLECTION_PROCESS]);
300 current_.scopes[Scope::MC_WEAKCOLLECTION_CLEAR]);
302 current_.scopes[Scope::MC_WEAKCOLLECTION_ABORT]);