Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_perf_common.h56 class PerformanceState {
58 explicit PerformanceState(v8::Isolate* isolate) : in PerformanceState() function
Dnode_perf.cc44 void PerformanceState::Mark(enum PerformanceMilestone milestone, in Mark()
270 PerformanceState* state = env->performance_state(); in MarkGarbageCollectionEnd()
452 PerformanceState* state = env->performance_state(); in Initialize()
Denv.h61 class PerformanceState; variable
1026 inline performance::PerformanceState* performance_state();
1372 std::unique_ptr<performance::PerformanceState> performance_state_;
Denv.cc400 std::make_unique<performance::PerformanceState>(isolate()); in Environment()
Denv-inl.h990 inline performance::PerformanceState* Environment::performance_state() { in performance_state()