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

  /external/v8/src/
v8.cc 207 HandleScopeImplementer* handle_scope_implementer =
208 isolate->handle_scope_implementer();
209 if (!handle_scope_implementer->CallDepthIsZero()) return;
211 handle_scope_implementer->IncrementCallDepth();
215 handle_scope_implementer->DecrementCallDepth();
v8threads.cc 191 from = isolate_->handle_scope_implementer()->RestoreThread(from);
338 to = isolate_->handle_scope_implementer()->ArchiveThread(to);
353 isolate_->handle_scope_implementer()->FreeThreadResources();
handles.cc 50 HandleScopeImplementer* impl = isolate->handle_scope_implementer();
73 HandleScopeImplementer* impl = isolate->handle_scope_implementer();
103 isolate->handle_scope_implementer()->DeleteExtensions(current->limit);
    [all...]
serialize.cc 676 ASSERT(isolate_->handle_scope_implementer()->blocks()->is_empty());
    [all...]
api.cc 81 (isolate)->handle_scope_implementer()->IncrementCallDepth(); \
88 i::HandleScopeImplementer* handle_scope_implementer = \
89 (isolate)->handle_scope_implementer(); \
90 handle_scope_implementer->DecrementCallDepth(); \
92 if (handle_scope_implementer->CallDepthIsZero() && \
97 bool call_depth_is_zero = handle_scope_implementer->CallDepthIsZero(); \
727 isolate->handle_scope_implementer()->EnterContext(env);
729 isolate->handle_scope_implementer()->SaveContext(isolate->context());
741 if (!ApiCheck(isolate->handle_scope_implementer()->LeaveLastContext(),
749 isolate->handle_scope_implementer()->RestoreContext()
    [all...]
isolate.h 835 HandleScopeImplementer* handle_scope_implementer() { function in class:v8::internal::Isolate
    [all...]
heap.cc     [all...]
mark-compact.cc     [all...]

Completed in 401 milliseconds