Home
last modified time | relevance | path

Searched refs:handles_count (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dchannel_fuchsia.cc389 size_t handles_count = outgoing_handles.size(); in WriteNoLock() local
391 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()
/external/v8/src/handles/
Dglobal-handles.h183 size_t handles_count() const;
304 size_t handles_count() const { return size_; } in handles_count() function
Dglobal-handles.cc189 size_t handles_count() const { return handles_count_; } in handles_count() function in v8::internal::GlobalHandles::NodeSpace
909 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::GlobalHandles
914 return regular_nodes_->handles_count() + traced_nodes_->handles_count(); in handles_count()
/external/libchrome/mojo/public/cpp/system/tests/
Dcore_unittest.cc246 uint32_t handles_count = 1; in TEST() local
249 handles_count, MOJO_WRITE_MESSAGE_FLAG_NONE)); in TEST()