HomeSort by relevance Sort by last modified time
    Searched defs:VMState (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
vm-state-inl.h 38 // VMState class implementation. A simple stack of VM states held by the
40 // VMState construction and popped by destruction.
61 VMState::VMState(Isolate* isolate, StateTag tag)
72 VMState::~VMState() {
  /external/chromium_org/v8/src/
vm-state-inl.h 39 // VMState class implementation. A simple stack of VM states held by the
41 // VMState construction and popped by destruction.
63 VMState<Tag>::VMState(Isolate* isolate)
74 VMState<Tag>::~VMState() {

Completed in 32 milliseconds