Searched refs:handle_scope_data (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dhandles.cc18 (isolate->handle_scope_data()->next - impl->blocks()->last()));
23 HandleScopeData* current = isolate->handle_scope_data();
62 HandleScopeData* current = isolate->handle_scope_data();
78 return reinterpret_cast<Address>(&isolate->handle_scope_data()->level);
83 return reinterpret_cast<Address>(&isolate->handle_scope_data()->next);
88 return reinterpret_cast<Address>(&isolate->handle_scope_data()->limit);
95 HandleScopeData* data = impl_->isolate()->handle_scope_data();
113 impl_->isolate()->handle_scope_data()->level--;
115 DCHECK(impl_->isolate()->handle_scope_data()->level == prev_level_);
121 HandleScopeData* data = impl_->isolate()->handle_scope_data();
[all...]
H A Dhandles-inl.h86 HandleScopeData* current = isolate->handle_scope_data();
102 HandleScopeData* current = isolate->handle_scope_data();
120 HandleScopeData* current = isolate_->handle_scope_data();
140 HandleScopeData* current = isolate->handle_scope_data();
159 HandleScopeData* current = isolate_->handle_scope_data();
172 HandleScopeData* current = isolate_->handle_scope_data();
H A Disolate.h898 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } function in class:v8::internal::Isolate
H A Dapi.cc560 i::HandleScopeData* current = internal_isolate->handle_scope_data();
7504 HandleScopeData* current = isolate_->handle_scope_data();
7522 *isolate_->handle_scope_data() = handle_scope_data_;
7565 HandleScopeData* current = isolate_->handle_scope_data();
7581 new DeferredHandles(isolate()->handle_scope_data()->next, isolate());
7609 last_handle_before_deferred_block_ = isolate()->handle_scope_data()->next;
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc3785 HandleScopeData* data = isolate->handle_scope_data();

Completed in 2049 milliseconds