Searched refs:read_count (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dclass_table.cc276 size_t read_count; local
277 ClassSet class_set(ptr, /*make copy*/false, &read_count);
284 size_t read_count = 0; local
285 AddClassSet(ClassSet(ptr, /*make copy*/false, &read_count));
286 return read_count;
H A Dintern_table.cc365 size_t read_count = 0; local
366 UnorderedSet set(ptr, /*make copy*/false, &read_count);
369 return read_count;
380 return read_count;
H A Dclass_linker.cc1870 size_t read_count = 0; local
1873 &read_count);
/art/runtime/base/
H A Dhash_set.h211 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept {
236 *read_count = offset;

Completed in 89 milliseconds