Home
last modified time | relevance | path

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

/external/v8/src/
Dvm-state-inl.h21 inline const char* StateToString(StateTag state) { in StateToString()
40 template <StateTag Tag>
50 template <StateTag Tag>
Dvm-state.h20 template <StateTag Tag>
28 StateTag previous_tag_;
Dlog.h314 template <StateTag Tag> friend class VMState;
Disolate.h83 template <StateTag Tag> class VMState;
343 StateTag current_vm_state_;
950 THREAD_LOCAL_TOP_ACCESSOR(StateTag, current_vm_state) in THREAD_LOCAL_TOP_ACCESSOR()
Dapi.cc9311 v8::StateTag state = isolate->current_vm_state(); in SetIdle()
/external/v8/src/profiler/
Dallocation-tracker.h123 unsigned functionInfoIndexForVMState(StateTag state);
Dallocation-tracker.cc289 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) { in functionInfoIndexForVMState()
Dprofile-generator.h379 CodeEntry* EntryForVMState(StateTag tag);
Dprofile-generator.cc761 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
/external/v8/include/
Dv8-profiler.h118 StateTag state; // The state of the VM.
Dv8.h1636 enum StateTag { JS, GC, COMPILER, OTHER, EXTERNAL, IDLE }; enum
1650 StateTag vm_state; // Current VM state.