Home
last modified time | relevance | path

Searched refs:read_count (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dintern_table-inl.h43 size_t read_count = 0; in AddTableFromMemory() local
44 UnorderedSet set(ptr, /*make copy*/false, &read_count); in AddTableFromMemory()
55 return read_count; in AddTableFromMemory()
Dclass_table.cc269 size_t read_count; in WriteToMemory() local
270 ClassSet class_set(ptr, /*make copy*/false, &read_count); in WriteToMemory()
277 size_t read_count = 0; in ReadFromMemory() local
278 AddClassSet(ClassSet(ptr, /*make copy*/false, &read_count)); in ReadFromMemory()
279 return read_count; in ReadFromMemory()
/art/libartbase/base/
Dhash_set.h259 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() argument
284 *read_count = offset; in HashSet()