HomeSort by relevance Sort by last modified time
    Searched refs:StateTag (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
vm-state.h 15 // Logging and profiling. A StateTag represents a possible state of
20 template <StateTag Tag>
28 StateTag previous_tag_;
vm-state-inl.h 21 inline const char* StateToString(StateTag state) {
40 template <StateTag Tag>
50 template <StateTag Tag>
log.h 323 template <StateTag Tag> friend class VMState;
isolate.h 84 template <StateTag Tag> class VMState;
344 StateTag current_vm_state_;
    [all...]
api.cc     [all...]
  /external/v8/src/profiler/
allocation-tracker.h 123 unsigned functionInfoIndexForVMState(StateTag state);
allocation-tracker.cc 289 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) {
profile-generator.h 379 CodeEntry* EntryForVMState(StateTag tag);
profile-generator.cc 748 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
  /external/v8/include/
v8-profiler.h 119 StateTag state; // The state of the VM.
v8.h     [all...]
  /external/v8/tools/gcmole/
gcmole.lua 347 -- Ignore all StateTag methods.
348 "StateTag",

Completed in 625 milliseconds