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

  /external/v8/src/
vm-state.h 39 inline VMState(Isolate* isolate, StateTag tag);
44 StateTag previous_tag_;
vm-state-inl.h 42 inline const char* StateToString(StateTag state) {
61 VMState::VMState(Isolate* isolate, StateTag tag)
profile-generator-inl.h 81 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
isolate.h 265 StateTag current_vm_state_;
    [all...]
v8globals.h 359 // Logging and profiling. A StateTag represents a possible state of
372 enum StateTag {
platform.h 688 StateTag state; // The state of the VM.
log.cc 56 void AddState(StateTag state);
66 void IncrementStateCounter(StateTag state) {
71 void DecrementStateCounter(StateTag state) {
253 void SlidingStateWindow::AddState(StateTag state) {
255 DecrementStateCounter(static_cast<StateTag>(buffer_[current_index_]));
    [all...]
v8-counters.h 281 StatsCounter* state_counters(StateTag state) {
profile-generator.h 438 INLINE(CodeEntry* EntryForVMState(StateTag tag));
    [all...]
  /external/chromium_org/v8/src/
vm-state.h 37 template <StateTag Tag>
45 StateTag previous_tag_;
vm-state-inl.h 43 inline const char* StateToString(StateTag state) {
62 template <StateTag Tag>
73 template <StateTag Tag>
profile-generator-inl.h 83 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
sampler.h 64 StateTag state; // The state of the VM.
isolate.h 91 template <StateTag Tag> class VMState;
285 StateTag current_vm_state_;
    [all...]
profile-generator.h 352 INLINE(CodeEntry* EntryForVMState(StateTag tag));
v8globals.h 355 // Logging and profiling. A StateTag represents a possible state of
361 enum StateTag {
log.h 436 template <StateTag Tag> friend class VMState;
api.cc     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 225 -- Ignore all StateTag methods.
226 "StateTag",
  /external/v8/tools/gcmole/
gcmole.lua 222 -- Ignore all StateTag methods.
223 "StateTag",

Completed in 287 milliseconds