Searched refs:StateTag (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
D | vm-state-inl.h | 20 inline const char* StateToString(StateTag state) { in StateToString() 43 template <StateTag Tag> 49 template <StateTag Tag>
|
D | vm-state.h | 19 template <StateTag Tag> 27 StateTag previous_tag_;
|
D | thread-local-top.h | 149 StateTag current_vm_state_;
|
D | isolate.h | 141 template <StateTag Tag> 1337 THREAD_LOCAL_TOP_ACCESSOR(StateTag, current_vm_state) in THREAD_LOCAL_TOP_ACCESSOR()
|
D | isolate.cc | 5310 StateTag state = current_vm_state(); in ThrowInternal()
|
/third_party/node/deps/v8/include/ |
D | v8-unwinder.h | 36 enum StateTag : int { enum 55 StateTag vm_state; // Current VM state.
|
D | v8-profiler.h | 27 enum StateTag : int; 251 StateTag GetSampleState(int index) const;
|
/third_party/node/deps/v8/src/profiler/ |
D | tick-sample.h | 80 StateTag* out_state = nullptr, 85 StateTag state; // The state of the VM.
|
D | tick-sample.cc | 175 if (state != StateTag::EXTERNAL) { in Init() 210 StateTag* out_state, in GetStackSample() 293 *out_state = StateTag::EXTERNAL; in GetStackSample()
|
D | profile-generator.h | 410 StateTag state_tag; 427 base::TimeDelta sampling_interval, StateTag state, 568 bool update_stats, base::TimeDelta sampling_interval, StateTag state,
|
D | profile-generator.cc | 627 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()
|
D | allocation-tracker.h | 127 unsigned functionInfoIndexForVMState(StateTag state);
|
D | symbolizer.cc | 24 CodeEntry* EntryForVMState(StateTag tag) { in EntryForVMState()
|
D | allocation-tracker.cc | 264 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) { in functionInfoIndexForVMState()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 9880 StateTag CpuProfile::GetSampleState(int index) const { in GetSampleState()
|