Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles.cc60 (isolate->handle_scope_data()->next - impl->blocks()->back())); in NumberOfHandles()
65 HandleScopeData* current = isolate->handle_scope_data(); in Extend()
104 HandleScopeData* current = isolate->handle_scope_data(); in DeleteExtensions()
120 return reinterpret_cast<Address>(&isolate->handle_scope_data()->level); in current_level_address()
125 return reinterpret_cast<Address>(&isolate->handle_scope_data()->next); in current_next_address()
130 return reinterpret_cast<Address>(&isolate->handle_scope_data()->limit); in current_limit_address()
135 HandleScopeData* handle_scope_data = isolate_->handle_scope_data(); in CanonicalHandleScope() local
136 prev_canonical_scope_ = handle_scope_data->canonical_scope; in CanonicalHandleScope()
137 handle_scope_data->canonical_scope = this; in CanonicalHandleScope()
141 canonical_level_ = handle_scope_data->level; in CanonicalHandleScope()
[all …]
Dhandles-inl.h34 HandleScopeData* data = isolate->handle_scope_data(); in HandleScope()
74 HandleScopeData* current = isolate->handle_scope_data(); in CloseScope()
94 HandleScopeData* current = isolate_->handle_scope_data(); in CloseAndEscape()
112 HandleScopeData* data = isolate->handle_scope_data(); in CreateHandle()
128 HandleScopeData* data = isolate->handle_scope_data(); in GetHandle()
138 HandleScopeData* current = isolate_->handle_scope_data(); in SealHandleScope()
151 HandleScopeData* current = isolate_->handle_scope_data(); in ~SealHandleScope()
Disolate.h1038 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } in handle_scope_data() function
Dapi.cc1087 i::HandleScopeData* current = internal_isolate->handle_scope_data(); in Initialize()
1150 i::HandleScopeData* current = isolate_->handle_scope_data(); in SealHandleScope()
1159 i::HandleScopeData* current = isolate_->handle_scope_data(); in ~SealHandleScope()
10616 HandleScopeData* current = isolate_->handle_scope_data(); in ArchiveThread()
10634 *isolate_->handle_scope_data() = handle_scope_data_; in RestoreThread()
10684 HandleScopeData* current = isolate_->handle_scope_data(); in Iterate()
10699 new DeferredHandles(isolate()->handle_scope_data()->next, isolate()); in Detach()
10727 last_handle_before_deferred_block_ = isolate()->handle_scope_data()->next; in BeginDeferredScope()
/external/v8/src/compiler/
Djs-heap-broker.cc688 CHECK_NOT_NULL(isolate()->handle_scope_data()->canonical_scope); in AddData()