Searched defs:VMState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dvm-state-inl.h39 // 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) function in class:v8::internal::VMState
74 VMState<Tag>::~VMState() {
/external/v8/src/
H A Dvm-state-inl.h38 // 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) function in class:v8::internal::VMState
72 VMState::~VMState() {

Completed in 167 milliseconds