Home
last modified time | relevance | path

Searched refs:handles_count (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h186 size_t handles_count() const;
308 size_t handles_count() const { return size_; } in handles_count() function in v8::internal::final
H A Dglobal-handles.cc228 size_t handles_count() const { return handles_count_; } in handles_count() function in v8::internal::final
924 return regular_nodes_->handles_count() * sizeof(Node) + in UsedSize()
925 traced_nodes_->handles_count() * sizeof(TracedNode); in UsedSize()
928 size_t GlobalHandles::handles_count() const { in handles_count() function in v8::internal::GlobalHandles
929 return regular_nodes_->handles_count() + traced_nodes_->handles_count(); in handles_count()

Completed in 4 milliseconds