Searched refs:PerformanceState (Results 1 – 5 of 5) sorted by relevance
56 class PerformanceState {58 explicit PerformanceState(v8::Isolate* isolate) : in PerformanceState() function
44 void PerformanceState::Mark(enum PerformanceMilestone milestone, in Mark()270 PerformanceState* state = env->performance_state(); in MarkGarbageCollectionEnd()452 PerformanceState* state = env->performance_state(); in Initialize()
61 class PerformanceState; variable1026 inline performance::PerformanceState* performance_state();1372 std::unique_ptr<performance::PerformanceState> performance_state_;
400 std::make_unique<performance::PerformanceState>(isolate()); in Environment()
990 inline performance::PerformanceState* Environment::performance_state() { in performance_state()