Home
last modified time | relevance | path

Searched refs:StateTag (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dvm-state-inl.h20 inline const char* StateToString(StateTag state) { in StateToString()
43 template <StateTag Tag>
49 template <StateTag Tag>
Dvm-state.h19 template <StateTag Tag>
27 StateTag previous_tag_;
Dthread-local-top.h149 StateTag current_vm_state_;
Disolate.h141 template <StateTag Tag>
1337 THREAD_LOCAL_TOP_ACCESSOR(StateTag, current_vm_state) in THREAD_LOCAL_TOP_ACCESSOR()
Disolate.cc5310 StateTag state = current_vm_state(); in ThrowInternal()
/third_party/node/deps/v8/include/
Dv8-unwinder.h36 enum StateTag : int { enum
55 StateTag vm_state; // Current VM state.
Dv8-profiler.h27 enum StateTag : int;
251 StateTag GetSampleState(int index) const;
/third_party/node/deps/v8/src/profiler/
Dtick-sample.h80 StateTag* out_state = nullptr,
85 StateTag state; // The state of the VM.
Dtick-sample.cc175 if (state != StateTag::EXTERNAL) { in Init()
210 StateTag* out_state, in GetStackSample()
293 *out_state = StateTag::EXTERNAL; in GetStackSample()
Dprofile-generator.h410 StateTag state_tag;
427 base::TimeDelta sampling_interval, StateTag state,
568 bool update_stats, base::TimeDelta sampling_interval, StateTag state,
Dprofile-generator.cc627 StateTag state_tag, in AddPath()
1198 bool update_stats, base::TimeDelta sampling_interval, StateTag state, in AddPathToCurrentProfiles()
1215 DCHECK(state != StateTag::GC || native_context_address == kNullAddress); in AddPathToCurrentProfiles()
1216 if (!accepts_context && state != StateTag::GC) { in AddPathToCurrentProfiles()
1217 state = StateTag::IDLE; in AddPathToCurrentProfiles()
Dallocation-tracker.h127 unsigned functionInfoIndexForVMState(StateTag state);
Dsymbolizer.cc24 CodeEntry* EntryForVMState(StateTag tag) { in EntryForVMState()
Dallocation-tracker.cc264 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) { in functionInfoIndexForVMState()
/third_party/node/deps/v8/src/api/
Dapi.cc9880 StateTag CpuProfile::GetSampleState(int index) const { in GetSampleState()