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 14 // Logging and profiling. A StateTag represents a possible state of
19 template <StateTag Tag>
27 StateTag previous_tag_;
vm-state-inl.h 20 inline const char* StateToString(StateTag state) {
39 template <StateTag Tag>
49 template <StateTag Tag>
isolate.h 80 template <StateTag Tag> class VMState;
314 StateTag current_vm_state_;
    [all...]
log.h 394 template <StateTag Tag> friend class VMState;
api.cc     [all...]
  /external/v8/src/profiler/
sampler.h 47 StateTag state; // The state of the VM.
allocation-tracker.h 123 unsigned functionInfoIndexForVMState(StateTag state);
allocation-tracker.cc 291 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) {
profile-generator.h 372 CodeEntry* EntryForVMState(StateTag tag);
profile-generator.cc 677 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
  /external/v8/tools/gcmole/
gcmole.lua 292 -- Ignore all StateTag methods.
293 "StateTag",
  /external/v8/include/
v8.h     [all...]

Completed in 100 milliseconds