• Home
  • Raw
  • Download

Lines Matching refs:Scope

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