Home
last modified time | relevance | path

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

/external/v8/src/
Dvm-state-inl.h20 inline const char* StateToString(StateTag state) { in StateToString()
39 template <StateTag Tag>
49 template <StateTag Tag>
Dvm-state.h14 template <StateTag Tag>
22 StateTag previous_tag_;
Dsampler.h41 StateTag state; // The state of the VM.
Dallocation-tracker.h114 unsigned functionInfoIndexForVMState(StateTag state);
Dprofile-generator.h323 CodeEntry* EntryForVMState(StateTag tag);
Disolate.h71 template <StateTag Tag> class VMState;
298 StateTag current_vm_state_;
987 THREAD_LOCAL_TOP_ACCESSOR(StateTag, current_vm_state) in THREAD_LOCAL_TOP_ACCESSOR()
Dallocation-tracker.cc294 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) { in functionInfoIndexForVMState()
Dglobals.h556 enum StateTag { enum
Dlog.h402 template <StateTag Tag> friend class VMState;
Dprofile-generator.cc651 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
Dapi.cc7176 i::StateTag state = isolate->current_vm_state(); in SetIdle()