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

  /external/chromium_org/v8/src/
v8.cc 148 HandleScopeImplementer* handle_scope_implementer =
149 isolate->handle_scope_implementer();
150 if (!handle_scope_implementer->CallDepthIsZero()) return;
152 handle_scope_implementer->IncrementCallDepth();
159 handle_scope_implementer->DecrementCallDepth();
v8threads.cc 175 from = isolate_->handle_scope_implementer()->RestoreThread(from);
337 to = isolate_->handle_scope_implementer()->ArchiveThread(to);
352 isolate_->handle_scope_implementer()->FreeThreadResources();
handles.cc 49 HandleScopeImplementer* impl = isolate->handle_scope_implementer();
71 HandleScopeImplementer* impl = isolate->handle_scope_implementer();
100 isolate->handle_scope_implementer()->DeleteExtensions(current->limit);
753 : impl_(isolate->handle_scope_implementer()) {
api.cc 87 (isolate)->handle_scope_implementer()->IncrementCallDepth(); \
94 i::HandleScopeImplementer* handle_scope_implementer = \
95 (isolate)->handle_scope_implementer(); \
96 handle_scope_implementer->DecrementCallDepth(); \
98 if (handle_scope_implementer->CallDepthIsZero() && \
103 bool call_depth_is_zero = handle_scope_implementer->CallDepthIsZero(); \
768 isolate->handle_scope_implementer()->EnterContext(env);
769 isolate->handle_scope_implementer()->SaveContext(isolate->context());
779 if (!ApiCheck(isolate->handle_scope_implementer()->LeaveContext(context),
786 isolate->handle_scope_implementer()->RestoreContext()
    [all...]
serialize.cc 813 ASSERT(isolate_->handle_scope_implementer()->blocks()->is_empty());
    [all...]
isolate.h 896 HandleScopeImplementer* handle_scope_implementer() { function in class:v8::internal::Isolate
    [all...]
heap.cc     [all...]
mark-compact.cc     [all...]
  /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...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]

Completed in 315 milliseconds