Home
last modified time | relevance | path

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

1234

/dports/lang/v8/v8-9.6.180.12/src/handles/
H A Dglobal-handles.cc42 class GlobalHandles::NodeBlock final {
93 GlobalHandles::NodeBlock<NodeType>* GlobalHandles::NodeBlock<NodeType>::From( in From()
399 class GlobalHandles::Node final : public NodeBase<GlobalHandles::Node> {
835 GlobalHandles::TracedNode* GlobalHandles::OnStackTracedNodeSpace::Acquire( in Acquire()
877 void GlobalHandles::TracedNode::Verify(GlobalHandles* global_handles, in Verify()
930 GlobalHandles::GlobalHandles(Isolate* isolate) in GlobalHandles() function in v8::internal::GlobalHandles
936 GlobalHandles::~GlobalHandles() { regular_nodes_.reset(nullptr); } in ~GlobalHandles()
983 GlobalHandles* global_handles = in CopyGlobal()
1012 GlobalHandles* global_handles = in CopyTracedGlobal()
1119 GlobalHandles* GlobalHandles::From(const TracedNode* node) { in From()
[all …]
H A Dglobal-handles.h45 class V8_EXPORT_PRIVATE GlobalHandles final {
47 GlobalHandles(const GlobalHandles&) = delete;
48 GlobalHandles& operator=(const GlobalHandles&) = delete;
97 explicit GlobalHandles(Isolate* isolate);
98 ~GlobalHandles();
212 static GlobalHandles* From(const TracedNode*);
257 class GlobalHandles::PendingPhantomCallback final {
H A Dglobal-handles-inl.h16 Handle<T> GlobalHandles::Create(T value) { in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/handles/
H A Dglobal-handles.cc39 class GlobalHandles::NodeBlock final {
90 GlobalHandles::NodeBlock<NodeType>* GlobalHandles::NodeBlock<NodeType>::From( in From()
395 class GlobalHandles::Node final : public NodeBase<GlobalHandles::Node> {
818 GlobalHandles::TracedNode* GlobalHandles::OnStackTracedNodeSpace::Acquire( in Acquire()
852 void GlobalHandles::TracedNode::Verify(GlobalHandles* global_handles, in Verify()
905 GlobalHandles::GlobalHandles(Isolate* isolate) in GlobalHandles() function in v8::internal::GlobalHandles
911 GlobalHandles::~GlobalHandles() { regular_nodes_.reset(nullptr); } in ~GlobalHandles()
958 GlobalHandles* global_handles = in CopyGlobal()
980 GlobalHandles* global_handles = in CopyTracedGlobal()
1087 GlobalHandles* GlobalHandles::From(const TracedNode* node) { in From()
[all …]
H A Dglobal-handles.h43 class V8_EXPORT_PRIVATE GlobalHandles final {
92 explicit GlobalHandles(Isolate* isolate);
93 ~GlobalHandles();
212 static GlobalHandles* From(const TracedNode*);
256 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
259 class GlobalHandles::PendingPhantomCallback final {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/handles/
H A Dglobal-handles.cc40 class GlobalHandles::NodeBlock final {
90 GlobalHandles::NodeBlock<NodeType>* GlobalHandles::NodeBlock<NodeType>::From( in From()
395 class GlobalHandles::Node final : public NodeBase<GlobalHandles::Node> {
830 GlobalHandles::TracedNode* GlobalHandles::OnStackTracedNodeSpace::Acquire( in Acquire()
872 void GlobalHandles::TracedNode::Verify(GlobalHandles* global_handles, in Verify()
925 GlobalHandles::GlobalHandles(Isolate* isolate) in GlobalHandles() function in v8::internal::GlobalHandles
931 GlobalHandles::~GlobalHandles() { regular_nodes_.reset(nullptr); } in ~GlobalHandles()
978 GlobalHandles* global_handles = in CopyGlobal()
1007 GlobalHandles* global_handles = in CopyTracedGlobal()
1114 GlobalHandles* GlobalHandles::From(const TracedNode* node) { in From()
[all …]
H A Dglobal-handles.h43 class V8_EXPORT_PRIVATE GlobalHandles final {
92 explicit GlobalHandles(Isolate* isolate);
93 ~GlobalHandles();
212 static GlobalHandles* From(const TracedNode*);
256 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
259 class GlobalHandles::PendingPhantomCallback final {
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dglobal-handles.cc17 class GlobalHandles::Node {
384 class GlobalHandles::NodeBlock {
444 GlobalHandles* global_handles_;
448 GlobalHandles* GlobalHandles::Node::GetGlobalHandles() { in GetGlobalHandles()
453 GlobalHandles::NodeBlock* GlobalHandles::Node::FindBlock() { in FindBlock()
482 class GlobalHandles::NodeIterator {
539 GlobalHandles::GlobalHandles(Isolate* isolate) in GlobalHandles() function in v8::internal::GlobalHandles
548 GlobalHandles::~GlobalHandles() { in ~GlobalHandles()
1065 void GlobalHandles::PrintStats() { in PrintStats()
1090 void GlobalHandles::Print() { in Print()
[all …]
H A Dglobal-handles.h44 class GlobalHandles {
46 ~GlobalHandles();
191 explicit GlobalHandles(Isolate* isolate);
229 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
233 class GlobalHandles::PendingPhantomCallback {
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dweak-code-registry.cc19 GlobalHandles::Destroy(*heap_object_location_address); in Untrack()
34 GlobalHandles::MakeWeak(heap_object_location_address); in Track()
H A Dallocation-tracker.cc281 GlobalHandles::MakeWeak(script_.location(), this, &HandleWeakScript, in UnresolvedLocation()
287 GlobalHandles::Destroy(script_.location()); in ~UnresolvedLocation()
303 GlobalHandles::Destroy(loc->script_.location()); in HandleWeakScript()
/dports/lang/v8/v8-9.6.180.12/src/baseline/
H A Dbaseline-batch-compiler.cc34 GlobalHandles::Destroy(compilation_queue_.location()); in ~BaselineBatchCompiler()
98 GlobalHandles::Destroy(compilation_queue_.location()); in EnsureQueueCapacity()
162 GlobalHandles::Destroy(compilation_queue_.location()); in ~BaselineBatchCompiler()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler-dispatcher/
H A 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()
340 i::GlobalHandles::Destroy(Handle<Object>::cast(source_).location()); in ResetDataOnMainThread()
346 i::GlobalHandles::Destroy(Handle<Object>::cast(wrapper_).location()); in ResetDataOnMainThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dallocation-tracker.cc282 GlobalHandles::MakeWeak(script_.location(), this, &HandleWeakScript, in UnresolvedLocation()
288 GlobalHandles::Destroy(script_.location()); in ~UnresolvedLocation()
304 GlobalHandles::Destroy(loc->script_.location()); in HandleWeakScript()
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dallocation-tracker.cc282 GlobalHandles::MakeWeak(script_.location(), this, &HandleWeakScript, in UnresolvedLocation()
288 GlobalHandles::Destroy(script_.location()); in ~UnresolvedLocation()
304 GlobalHandles::Destroy(loc->script_.location()); in HandleWeakScript()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dmanaged.cc26 GlobalHandles::Destroy(destructor->global_handle_location_); in ManagedObjectFinalizer()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmanaged.cc32 GlobalHandles::Destroy(destructor->global_handle_location_); in ManagedObjectFinalizer()
H A Dmanaged-inl.h54 GlobalHandles::MakeWeak(destructor->global_handle_location_, destructor, in FromSharedPtr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmanaged.cc30 GlobalHandles::Destroy(destructor->global_handle_location_); in ManagedObjectFinalizer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmanaged.cc30 GlobalHandles::Destroy(destructor->global_handle_location_); in ManagedObjectFinalizer()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-api-wasm.cc26 i::GlobalHandles::Destroy(reinterpret_cast<i::Address*>(data.GetParameter())); in WasmStreamingTestFinalizer()
38 i::GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(), in WasmStreamingCallbackTestCallbackIsCalled()
H A Dtest-weaksets.cc81 GlobalHandles* global_handles = isolate->global_handles(); in TEST()
111 GlobalHandles::MakeWeak( in TEST()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-intl.cc247 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(), in RUNTIME_FUNCTION()
305 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(), in RUNTIME_FUNCTION()
440 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(), in RUNTIME_FUNCTION()
517 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(), in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-embedder-tracing.cc382 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
419 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
562 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
595 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
612 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
748 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
775 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
891 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()
917 i::GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST()

1234