Home
last modified time | relevance | path

Searched refs:GlobalHandles (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Dglobal-handles.cc17 class GlobalHandles::Node {
330 inline GlobalHandles* GetGlobalHandles();
378 class GlobalHandles::NodeBlock {
382 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next) in NodeBlock()
423 GlobalHandles* global_handles() { return global_handles_; } in global_handles()
438 GlobalHandles* global_handles_;
442 GlobalHandles* GlobalHandles::Node::GetGlobalHandles() { in GetGlobalHandles()
447 GlobalHandles::NodeBlock* GlobalHandles::Node::FindBlock() { in FindBlock()
456 void GlobalHandles::Node::IncreaseBlockUses() { in IncreaseBlockUses()
459 GlobalHandles* global_handles = node_block->global_handles(); in IncreaseBlockUses()
[all …]
Dglobal-handles.h44 class GlobalHandles {
46 ~GlobalHandles();
189 explicit GlobalHandles(Isolate* isolate);
227 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
231 class GlobalHandles::PendingPhantomCallback {
Dvalue-serializer.cc1011 GlobalHandles::Destroy(Handle<Object>::cast(id_map_).location()); in ~ValueDeserializer()
1015 GlobalHandles::Destroy(transfer_map_handle.location()); in ~ValueDeserializer()
1145 GlobalHandles::Destroy(Handle<Object>::cast(dictionary).location()); in TransferArrayBuffer()
2056 GlobalHandles::Destroy(Handle<Object>::cast(id_map_).location()); in AddObjectWithID()
Disolate.h1053 GlobalHandles* global_handles() { return global_handles_; } in global_handles()
1694 GlobalHandles* global_handles_;
Dcounters.h1300 SC(global_handles, V8.GlobalHandles) \
Dapi.cc991 i::Handle<i::Object> result = i::GlobalHandles::CopyGlobal(obj); in CopyPersistent()
1015 i::GlobalHandles::MakeWeak(location, parameter, weak_callback, type); in MakeWeak()
1021 i::GlobalHandles::MakeWeak(location, parameter, weak_callback, type); in MakeWeak()
1025 i::GlobalHandles::MakeWeak(location_addr); in MakeWeak()
1029 return i::GlobalHandles::ClearWeakness(location); in ClearWeak()
1033 i::GlobalHandles::AnnotateStrongRetainer(location, label); in AnnotateStrongRetainer()
1037 i::GlobalHandles::Destroy(location); in DisposeGlobal()
7532 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location()); in ~AsyncCompilationResolver()
Disolate.cc2949 global_handles_ = new GlobalHandles(this); in Throw()
/external/v8/src/compiler-dispatcher/
Dunoptimized-compile-job.cc95 i::GlobalHandles::Destroy(Handle<Object>::cast(shared_).location()); in ~UnoptimizedCompileJob()
99 i::GlobalHandles::Destroy(Handle<Object>::cast(context_).location()); in ~UnoptimizedCompileJob()
333 i::GlobalHandles::Destroy(Handle<Object>::cast(source_).location()); in ResetDataOnMainThread()
339 i::GlobalHandles::Destroy(Handle<Object>::cast(wrapper_).location()); in ResetDataOnMainThread()
/external/v8/src/profiler/
Dallocation-tracker.cc291 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()), this, in UnresolvedLocation()
298 GlobalHandles::Destroy(reinterpret_cast<Object**>(script_.location())); in ~UnresolvedLocation()
314 GlobalHandles::Destroy(reinterpret_cast<Object**>(loc->script_.location())); in HandleWeakScript()
/external/v8/src/objects/
Dmanaged.cc28 GlobalHandles::Destroy(destructor->global_handle_location_); in ManagedObjectFinalizer()
Dmanaged.h101 GlobalHandles::MakeWeak(destructor->global_handle_location_, destructor, in FromSharedPtr()
Dintl-objects.cc639 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter())); in DeleteDateFormat()
782 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter())); in DeleteNumberFormat()
824 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter())); in DeleteBreakIterator()
1888 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(), in CreateNumberFormat()
/external/v8/tools/cfi/
Dblacklist.txt24 fun:*GlobalHandles*PostGarbageCollectionProcessing*
/external/v8/src/runtime/
Druntime-intl.cc226 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(), in RUNTIME_FUNCTION()
371 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(), in RUNTIME_FUNCTION()
/external/v8/src/wasm/
Dwasm-js.cc216 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location()); in ~AsyncCompilationResolver()
252 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location()); in ~InstantiateModuleResultResolver()
288 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location()); in ~InstantiateBytesResultResolver()
289 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(module_).location()); in ~InstantiateBytesResultResolver()
353 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location()); in ~AsyncInstantiateCompileResultResolver()
355 i::GlobalHandles::Destroy( in ~AsyncInstantiateCompileResultResolver()
Dwasm-objects.cc1325 GlobalHandles::Destroy(reinterpret_cast<Object**>(p)); in InstanceFinalizer()
1334 GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(), in InstallFinalizer()
Dwasm-interpreter.cc3095 GlobalHandles::Destroy(reinterpret_cast<Object**>( in GlobalHandleDeleter()
3103 GlobalHandles::MakeWeak(handle.location(), handle.location(), in MakeWeak()
/external/v8/src/heap/
Dmark-compact.cc3051 GlobalHandlesUpdatingItem(Heap* heap, GlobalHandles* global_handles, in GlobalHandlesUpdatingItem()
3068 GlobalHandles* global_handles_;
3537 void SeedGlobalHandles(Heap* heap, GlobalHandles* global_handles, in SeedGlobalHandles()
4172 GlobalHandlesMarkingItem(Heap* heap, GlobalHandles* global_handles, in GlobalHandlesMarkingItem()
4210 GlobalHandles* global_handles_;
/external/v8/src/debug/
Ddebug.cc392 GlobalHandles* global_handles = isolate->global_handles(); in DebugInfoListNode()
399 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_)); in ~DebugInfoListNode()
/external/v8/src/builtins/
Dbuiltins-array.cc751 inline void clear_storage() { GlobalHandles::Destroy(storage_.location()); } in clear_storage()
/external/v8/include/
Dv8.h155 class GlobalHandles; variable