Searched refs:handle_scope_data (Results 1 – 4 of 4) sorted by relevance
48 (isolate->handle_scope_data()->next - impl->blocks()->last())); in NumberOfHandles()53 HandleScopeData* current = isolate->handle_scope_data(); in Extend()92 HandleScopeData* current = isolate->handle_scope_data(); in DeleteExtensions()108 return reinterpret_cast<Address>(&isolate->handle_scope_data()->level); in current_level_address()113 return reinterpret_cast<Address>(&isolate->handle_scope_data()->next); in current_next_address()118 return reinterpret_cast<Address>(&isolate->handle_scope_data()->limit); in current_limit_address()123 HandleScopeData* handle_scope_data = isolate_->handle_scope_data(); in CanonicalHandleScope() local124 prev_canonical_scope_ = handle_scope_data->canonical_scope; in CanonicalHandleScope()125 handle_scope_data->canonical_scope = this; in CanonicalHandleScope()129 canonical_level_ = handle_scope_data->level; in CanonicalHandleScope()[all …]
29 HandleScopeData* data = isolate->handle_scope_data(); in HandleScope()63 HandleScopeData* current = isolate->handle_scope_data(); in CloseScope()81 HandleScopeData* current = isolate_->handle_scope_data(); in CloseAndEscape()99 HandleScopeData* data = isolate->handle_scope_data(); in CreateHandle()115 HandleScopeData* data = isolate->handle_scope_data(); in GetHandle()125 HandleScopeData* current = isolate_->handle_scope_data(); in SealHandleScope()138 HandleScopeData* current = isolate_->handle_scope_data(); in ~SealHandleScope()
879 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } in handle_scope_data() function
993 i::HandleScopeData* current = internal_isolate->handle_scope_data(); in Initialize()1058 i::HandleScopeData* current = isolate_->handle_scope_data(); in SealHandleScope()1067 i::HandleScopeData* current = isolate_->handle_scope_data(); in ~SealHandleScope()10112 HandleScopeData* current = isolate_->handle_scope_data(); in ArchiveThread()10130 *isolate_->handle_scope_data() = handle_scope_data_; in RestoreThread()10177 HandleScopeData* current = isolate_->handle_scope_data(); in Iterate()10193 new DeferredHandles(isolate()->handle_scope_data()->next, isolate()); in Detach()10221 last_handle_before_deferred_block_ = isolate()->handle_scope_data()->next; in BeginDeferredScope()