Searched refs:handles_count (Results 1 – 4 of 4) sorted by relevance
389 size_t handles_count = outgoing_handles.size(); in WriteNoLock() local391 DCHECK_LE(handles_count, base::size(handles)); in WriteNoLock()392 for (size_t i = 0; i < handles_count; ++i) { in WriteNoLock()400 handles, handles_count); in WriteNoLock()
183 size_t handles_count() const;304 size_t handles_count() const { return size_; } in handles_count() function
189 size_t handles_count() const { return handles_count_; } in handles_count() function in v8::internal::GlobalHandles::NodeSpace909 return regular_nodes_->handles_count() * sizeof(Node) + in UsedSize()910 traced_nodes_->handles_count() * sizeof(TracedNode); in UsedSize()913 size_t GlobalHandles::handles_count() const { in handles_count() function in v8::internal::GlobalHandles914 return regular_nodes_->handles_count() + traced_nodes_->handles_count(); in handles_count()
246 uint32_t handles_count = 1; in TEST() local249 handles_count, MOJO_WRITE_MESSAGE_FLAG_NONE)); in TEST()