HomeSort by relevance Sort by last modified time
    Searched refs:handle_scope_implementer (Results 1 - 17 of 17) 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...]
  /external/chromium_org/v8/src/
v8.cc 226 HandleScopeImplementer* handle_scope_implementer =
227 isolate->handle_scope_implementer();
228 if (!handle_scope_implementer->CallDepthIsZero()) return;
230 handle_scope_implementer->IncrementCallDepth();
239 handle_scope_implementer->DecrementCallDepth();
v8threads.cc 195 from = isolate_->handle_scope_implementer()->RestoreThread(from);
359 to = isolate_->handle_scope_implementer()->ArchiveThread(to);
374 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);
878 : impl_(isolate->handle_scope_implementer()) {
    [all...]
api.cc 86 (isolate)->handle_scope_implementer()->IncrementCallDepth(); \
93 i::HandleScopeImplementer* handle_scope_implementer = \
94 (isolate)->handle_scope_implementer(); \
95 handle_scope_implementer->DecrementCallDepth(); \
97 if (handle_scope_implementer->CallDepthIsZero() && \
102 bool call_depth_is_zero = handle_scope_implementer->CallDepthIsZero(); \
760 isolate->handle_scope_implementer()->EnterContext(env);
762 isolate->handle_scope_implementer()->SaveContext(isolate->context());
774 if (!ApiCheck(isolate->handle_scope_implementer()->LeaveLastContext(),
782 isolate->handle_scope_implementer()->RestoreContext()
    [all...]
serialize.cc 820 ASSERT(isolate_->handle_scope_implementer()->blocks()->is_empty());
    [all...]
isolate.h 907 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 259 milliseconds