HomeSort by relevance Sort by last modified time
    Searched refs:VMState (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/src/
vm-state.h 37 class VMState BASE_EMBEDDED {
39 inline VMState(Isolate* isolate, StateTag tag);
40 inline ~VMState();
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() {
log.h 398 friend class VMState;
compiler.cc 485 VMState state(isolate, COMPILER);
556 VMState state(isolate, COMPILER);
609 VMState state(isolate, COMPILER);
handles.cc 560 VMState state(isolate, EXTERNAL);
582 VMState state(isolate, EXTERNAL);
    [all...]
builtins.cc     [all...]
isolate.cc 763 { VMState state(this, EXTERNAL);
841 VMState state(this, EXTERNAL);
883 VMState state(this, EXTERNAL);
    [all...]
global-handles.cc 232 VMState state(isolate, EXTERNAL);
stub-cache.cc     [all...]
execution.cc 78 VMState state(isolate, JS);
isolate.h 82 class VMState;
    [all...]
objects.cc 197 VMState state(isolate, EXTERNAL);
    [all...]
api.cc 66 i::VMState __state__((isolate), i::OTHER)
68 i::VMState __state__((isolate), i::EXTERNAL)
130 i::VMState __state__(i::Isolate::Current(), i::OTHER);
    [all...]
heap.cc 489 VMState state(isolate_, GC);
    [all...]
  /external/chromium_org/v8/src/
vm-state.h 38 class VMState BASE_EMBEDDED {
40 explicit inline VMState(Isolate* isolate);
41 inline ~VMState();
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() {
arguments.cc 95 VMState<EXTERNAL> state(isolate);
121 VMState<EXTERNAL> state(isolate); \
141 VMState<EXTERNAL> state(isolate); \
162 VMState<EXTERNAL> state(isolate); \
183 VMState<EXTERNAL> state(isolate); \
compiler.cc 694 VMState<COMPILER> state(isolate);
770 VMState<COMPILER> state(isolate);
    [all...]
log.h 436 template <StateTag Tag> friend class VMState;
isolate.cc 947 { VMState<EXTERNAL> state(this);
    [all...]
execution.cc 79 VMState<JS> state(isolate);
global-handles.cc 265 VMState<EXTERNAL> state(isolate);
    [all...]
isolate.h 91 template <StateTag Tag> class VMState;
    [all...]
api.cc 73 i::VMState<i::OTHER> __state__((isolate))
137 i::VMState<i::OTHER> state(isolate);
    [all...]
heap.cc 634 VMState<GC> state(isolate_);
932 VMState<EXTERNAL> state(isolate_);
    [all...]

Completed in 1116 milliseconds

1 2