Lines Matching refs:Scope
24 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope) in Scope() function in v8::internal::GCTracer::Scope
30 GCTracer::Scope::~Scope() { in ~Scope()
77 for (int i = 0; i < Scope::NUMBER_OF_SCOPES; i++) { in Event()
176 for (int i = 0; i < Scope::NUMBER_OF_SCOPES; i++) { in Start()
267 current_.scopes[Scope::MC_MARK]); in Stop()
397 int external_time = static_cast<int>(current_.scopes[Scope::EXTERNAL]); in Print()
482 current_.scopes[Scope::SCAVENGER_SCAVENGE], in PrintNVP()
483 current_.scopes[Scope::SCAVENGER_OLD_TO_NEW_POINTERS], in PrintNVP()
484 current_.scopes[Scope::SCAVENGER_WEAK], in PrintNVP()
485 current_.scopes[Scope::SCAVENGER_ROOTS], in PrintNVP()
486 current_.scopes[Scope::SCAVENGER_CODE_FLUSH_CANDIDATES], in PrintNVP()
487 current_.scopes[Scope::SCAVENGER_SEMISPACE], in PrintNVP()
488 current_.scopes[Scope::SCAVENGER_OBJECT_GROUPS], in PrintNVP()
579 current_.scopes[Scope::EXTERNAL], current_.scopes[Scope::MC_CLEAR], in PrintNVP()
580 current_.scopes[Scope::MC_CLEAR_CODE_FLUSH], in PrintNVP()
581 current_.scopes[Scope::MC_CLEAR_DEPENDENT_CODE], in PrintNVP()
582 current_.scopes[Scope::MC_CLEAR_GLOBAL_HANDLES], in PrintNVP()
583 current_.scopes[Scope::MC_CLEAR_MAPS], in PrintNVP()
584 current_.scopes[Scope::MC_CLEAR_SLOTS_BUFFER], in PrintNVP()
585 current_.scopes[Scope::MC_CLEAR_STORE_BUFFER], in PrintNVP()
586 current_.scopes[Scope::MC_CLEAR_STRING_TABLE], in PrintNVP()
587 current_.scopes[Scope::MC_CLEAR_WEAK_CELLS], in PrintNVP()
588 current_.scopes[Scope::MC_CLEAR_WEAK_COLLECTIONS], in PrintNVP()
589 current_.scopes[Scope::MC_CLEAR_WEAK_LISTS], in PrintNVP()
590 current_.scopes[Scope::MC_EVACUATE], in PrintNVP()
591 current_.scopes[Scope::MC_EVACUATE_CANDIDATES], in PrintNVP()
592 current_.scopes[Scope::MC_EVACUATE_CLEAN_UP], in PrintNVP()
593 current_.scopes[Scope::MC_EVACUATE_NEW_SPACE], in PrintNVP()
594 current_.scopes[Scope::MC_EVACUATE_UPDATE_POINTERS], in PrintNVP()
595 current_.scopes[Scope::MC_EVACUATE_UPDATE_POINTERS_BETWEEN_EVACUATED], in PrintNVP()
596 current_.scopes[Scope::MC_EVACUATE_UPDATE_POINTERS_TO_EVACUATED], in PrintNVP()
597 current_.scopes[Scope::MC_EVACUATE_UPDATE_POINTERS_TO_NEW], in PrintNVP()
598 current_.scopes[Scope::MC_EVACUATE_UPDATE_POINTERS_WEAK], in PrintNVP()
599 current_.scopes[Scope::MC_FINISH], current_.scopes[Scope::MC_MARK], in PrintNVP()
600 current_.scopes[Scope::MC_MARK_FINISH_INCREMENTAL], in PrintNVP()
601 current_.scopes[Scope::MC_MARK_PREPARE_CODE_FLUSH], in PrintNVP()
602 current_.scopes[Scope::MC_MARK_ROOTS], in PrintNVP()
603 current_.scopes[Scope::MC_MARK_WEAK_CLOSURE], in PrintNVP()
604 current_.scopes[Scope::MC_SWEEP], in PrintNVP()
605 current_.scopes[Scope::MC_SWEEP_CODE], in PrintNVP()
606 current_.scopes[Scope::MC_SWEEP_MAP], in PrintNVP()
607 current_.scopes[Scope::MC_SWEEP_OLD], in PrintNVP()
608 current_.scopes[Scope::MC_INCREMENTAL_FINALIZE], in PrintNVP()