Searched refs:GlobalHandles (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/ |
D | global-handles.cc | 27 class GlobalHandles::Node { 258 inline GlobalHandles* GetGlobalHandles(); 301 class GlobalHandles::NodeBlock { 305 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next) in NodeBlock() 346 GlobalHandles* global_handles() { return global_handles_; } in global_handles() 361 GlobalHandles* global_handles_; 365 GlobalHandles* GlobalHandles::Node::GetGlobalHandles() { in GetGlobalHandles() 370 GlobalHandles::NodeBlock* GlobalHandles::Node::FindBlock() { in FindBlock() 379 void GlobalHandles::Node::IncreaseBlockUses() { in IncreaseBlockUses() 382 GlobalHandles* global_handles = node_block->global_handles(); in IncreaseBlockUses() [all …]
|
D | global-handles.h | 100 class GlobalHandles { 102 ~GlobalHandles(); 253 explicit GlobalHandles(Isolate* isolate); 302 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
|
D | allocation-tracker.cc | 312 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()), in UnresolvedLocation() 320 GlobalHandles::Destroy(reinterpret_cast<Object**>(script_.location())); in ~UnresolvedLocation() 337 GlobalHandles::Destroy(reinterpret_cast<Object**>(loc->script_.location())); in HandleWeakScript()
|
D | debug.cc | 615 GlobalHandles* global_handles = isolate_->global_handles(); in Add() 635 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()), in Add() 663 GlobalHandles::ClearWeakness(location); in Clear() 664 GlobalHandles::Destroy(location); in Clear() 687 GlobalHandles::Destroy(location); in HandleWeakScript() 715 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles(); in DebugInfoListNode() 717 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(debug_info_.location()), in DebugInfoListNode() 724 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_.location())); in ~DebugInfoListNode() 861 GlobalHandles::Destroy(Handle<Object>::cast(debug_context_).location()); in Unload() 2923 GlobalHandles* global_handles = isolate_->global_handles(); in SetEventListener() [all …]
|
D | isolate.h | 916 GlobalHandles* global_handles() { return global_handles_; } in global_handles() 1252 GlobalHandles* global_handles_;
|
D | counters.h | 382 SC(global_handles, V8.GlobalHandles) \
|
D | i18n.cc | 742 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter())); in DestroyGlobalHandle()
|
D | isolate.cc | 1869 global_handles_ = new GlobalHandles(this); in Init()
|
D | api.cc | 505 i::Handle<i::Object> result = i::GlobalHandles::CopyGlobal(obj); in CopyPersistent() 516 i::GlobalHandles::MakeWeak(object, parameters, weak_callback); in MakeWeak() 521 return i::GlobalHandles::ClearWeakness(obj); in ClearWeak() 526 i::GlobalHandles::Destroy(obj); in DisposeGlobal()
|
D | runtime.cc | 10139 GlobalHandles::Destroy(Handle<Object>::cast(storage_).location()); in clear_storage() 14131 GlobalHandles::MakeWeak(wrapper.location(), in RUNTIME_FUNCTION() 14227 GlobalHandles::MakeWeak(wrapper.location(), in RUNTIME_FUNCTION() 14333 GlobalHandles::MakeWeak(wrapper.location(), in RUNTIME_FUNCTION() 14439 GlobalHandles::MakeWeak(wrapper.location(), in RUNTIME_FUNCTION()
|
D | objects.cc | 9719 GlobalHandles::Destroy(location); in ClearWrapperCache() 9743 GlobalHandles::MakeWeak(handle.location(), in GetWrapper()
|
/external/v8/test/cctest/ |
D | test-mark-compact.cc | 253 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST() 265 GlobalHandles::MakeWeak(g1s1.location(), in TEST() 269 GlobalHandles::MakeWeak(g1s2.location(), in TEST() 273 GlobalHandles::MakeWeak(g1c1.location(), in TEST() 284 GlobalHandles::MakeWeak(g2s1.location(), in TEST() 288 GlobalHandles::MakeWeak(g2s2.location(), in TEST() 292 GlobalHandles::MakeWeak(g2c1.location(), in TEST() 320 GlobalHandles::MakeWeak(root.location(), in TEST() 346 GlobalHandles::MakeWeak(g1c1.location(), in TEST() 349 GlobalHandles::MakeWeak(g2c1.location(), in TEST() [all …]
|
D | test-global-handles.cc | 90 GlobalHandles* global_handles = isolate->global_handles(); in TEST() 185 GlobalHandles* global_handles = isolate->global_handles(); in TEST() 280 GlobalHandles* global_handles = isolate->global_handles(); in TEST()
|
D | test-weaksets.cc | 88 GlobalHandles* global_handles = isolate->global_handles(); in TEST() 120 GlobalHandles::MakeWeak(key.location(), in TEST()
|
D | test-weakmaps.cc | 88 GlobalHandles* global_handles = isolate->global_handles(); in TEST() 120 GlobalHandles::MakeWeak(key.location(), in TEST()
|
D | test-heap.cc | 329 TEST(GlobalHandles) { in TEST() argument 334 GlobalHandles* global_handles = isolate->global_handles(); in TEST() 362 GlobalHandles::Destroy(h1.location()); in TEST() 363 GlobalHandles::Destroy(h3.location()); in TEST() 366 GlobalHandles::Destroy(h2.location()); in TEST() 367 GlobalHandles::Destroy(h4.location()); in TEST() 389 GlobalHandles* global_handles = isolate->global_handles(); in TEST() 407 GlobalHandles::MakeWeak(h2.location(), in TEST() 421 GlobalHandles::Destroy(h1.location()); in TEST() 422 GlobalHandles::Destroy(h2.location()); in TEST() [all …]
|
D | cctest.status | 388 'test-heap/GlobalHandles' : [SKIP],
|
D | test-api.cc | 3503 v8::internal::GlobalHandles* global_handles = in THREADED_TEST() 3531 v8::internal::GlobalHandles* global_handles = in THREADED_TEST() 3569 v8::internal::GlobalHandles* global_handles = in THREADED_TEST() 3653 v8::internal::GlobalHandles* global_handles = in TestPersistentValueMap() 3715 v8::internal::GlobalHandles* global_handles = in TEST() 13722 i::GlobalHandles* globals = in TEST() 13759 i::GlobalHandles* globals = in TEST()
|
/external/v8/include/ |
D | v8.h | 137 class GlobalHandles; variable 426 friend class internal::GlobalHandles;
|