Searched refs:StateTag (Results 1 – 11 of 11) sorted by relevance
21 inline const char* StateToString(StateTag state) { in StateToString()40 template <StateTag Tag>50 template <StateTag Tag>
20 template <StateTag Tag>28 StateTag previous_tag_;
314 template <StateTag Tag> friend class VMState;
83 template <StateTag Tag> class VMState;343 StateTag current_vm_state_;950 THREAD_LOCAL_TOP_ACCESSOR(StateTag, current_vm_state) in THREAD_LOCAL_TOP_ACCESSOR()
9311 v8::StateTag state = isolate->current_vm_state(); in SetIdle()
123 unsigned functionInfoIndexForVMState(StateTag state);
289 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) { in functionInfoIndexForVMState()
379 CodeEntry* EntryForVMState(StateTag tag);
761 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
118 StateTag state; // The state of the VM.
1636 enum StateTag { JS, GC, COMPILER, OTHER, EXTERNAL, IDLE }; enum1650 StateTag vm_state; // Current VM state.