Searched refs:PerformanceState (Results 1 – 9 of 9) sorted by relevance
45 PerformanceState::PerformanceState(Isolate* isolate, in PerformanceState() function in node::performance::PerformanceState46 const PerformanceState::SerializeInfo* info) in PerformanceState()65 PerformanceState::SerializeInfo PerformanceState::Serialize( in Serialize()73 void PerformanceState::Deserialize(v8::Local<v8::Context> context) { in Deserialize()82 const PerformanceState::SerializeInfo& i) { in operator <<()91 void PerformanceState::Mark(PerformanceMilestone milestone, uint64_t ts) { in Mark()163 PerformanceState* state = env->performance_state(); in MarkGarbageCollectionEnd()281 PerformanceState* state = env->performance_state(); in Initialize()
55 class PerformanceState {63 explicit PerformanceState(v8::Isolate* isolate, const SerializeInfo* info);
71 class PerformanceState; variable468 performance::PerformanceState::SerializeInfo performance_state;704 inline performance::PerformanceState* performance_state();1028 std::unique_ptr<performance::PerformanceState> performance_state_;
644 performance::PerformanceState::SerializeInfo SnapshotDeserializer::Read() { in Read()648 performance::PerformanceState::SerializeInfo result; in Read()661 const performance::PerformanceState::SerializeInfo& data) { in Write()747 Read<performance::PerformanceState::SerializeInfo>(); in Read()767 written_total += Write<performance::PerformanceState::SerializeInfo>( in Write()
425 const PerformanceState::SerializeInfo& d);
696 inline performance::PerformanceState* Environment::performance_state() { in performance_state()
731 performance_state_ = std::make_unique<performance::PerformanceState>( in Environment()
338 …https://github.com/nodejs/node/commit/e066584d94)] - **src**: align PerformanceState class name wi…
2380 …https://github.com/nodejs/node/commit/872f893e0f)] - **src**: align PerformanceState class name wi…