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

  /external/v8/src/
vm-state.h 39 inline VMState(Isolate* isolate, StateTag tag);
44 StateTag previous_tag_;
48 VMState(Isolate* isolate, StateTag state) {}
vm-state-inl.h 43 inline const char* StateToString(StateTag state) {
62 VMState::VMState(Isolate* isolate, StateTag tag)
100 StateTag tag = isolate_->current_vm_state();
profile-generator-inl.h 99 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
isolate.h 261 StateTag current_vm_state_;
    [all...]
v8globals.h 389 // A StateTag represents a possible state of the VM. When compiled with
402 enum StateTag {
log.cc 57 void AddState(StateTag state);
67 void IncrementStateCounter(StateTag state) {
72 void DecrementStateCounter(StateTag state) {
257 void SlidingStateWindow::AddState(StateTag state) {
259 DecrementStateCounter(static_cast<StateTag>(buffer_[current_index_]));
    [all...]
platform.h 586 StateTag state; // The state of the VM.
v8-counters.h 279 StatsCounter* state_counters(StateTag state) {
profile-generator.h 434 INLINE(CodeEntry* EntryForVMState(StateTag tag));
    [all...]

Completed in 102 milliseconds