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

  /external/v8/src/
log-inl.h 37 // VMState class implementation. A simple stack of VM states held by the
39 // VMState construction and popped by destruction.
58 VMState::VMState(StateTag state) : disabled_(true), external_callback_(NULL) {
97 VMState::~VMState() {
log.h 91 class VMState BASE_EMBEDDED {
94 inline VMState(StateTag state);
95 inline ~VMState();
106 VMState* previous_;
110 explicit VMState(StateTag state) {}
348 static VMState* current_state_;
351 static VMState bottom_state_;
371 friend class VMState;
compiler.cc 249 VMState state(COMPILER);
319 VMState state(COMPILER);
354 VMState state(COMPILER);
handles.cc 409 VMState state(OTHER);
535 VMState state(EXTERNAL);
556 VMState state(EXTERNAL);
builtins.cc 779 VMState state(EXTERNAL);
862 VMState state(EXTERNAL);
928 VMState state(EXTERNAL);
    [all...]
global-handles.cc 178 VMState state(EXTERNAL);
stub-cache.cc 757 VMState state(EXTERNAL);
783 VMState state(EXTERNAL);
820 VMState state(EXTERNAL);
    [all...]
top.cc 524 VMState state(EXTERNAL);
568 VMState state(EXTERNAL);
    [all...]
execution.cc 53 VMState state(JS);
log.cc 327 VMState* Logger::current_state_ = NULL;
328 VMState Logger::bottom_state_(EXTERNAL);
    [all...]
objects.cc 172 VMState state(EXTERNAL);
    [all...]
api.cc 49 #define ENTER_V8 i::VMState __state__(i::OTHER)
50 #define LEAVE_V8 i::VMState __state__(i::EXTERNAL)
    [all...]
heap.cc 394 VMState state(GC);
    [all...]

Completed in 179 milliseconds