Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc174 size_t read_count; in WriteToMemory() local
175 ClassSet class_set(ptr, /*make copy*/false, &read_count); in WriteToMemory()
182 size_t read_count = 0; in ReadFromMemory() local
183 AddClassSet(ClassSet(ptr, /*make copy*/false, &read_count)); in ReadFromMemory()
184 return read_count; in ReadFromMemory()
Dintern_table.cc394 size_t read_count = 0; in AddTableFromMemory() local
395 UnorderedSet set(ptr, /*make copy*/false, &read_count); in AddTableFromMemory()
398 return read_count; in AddTableFromMemory()
409 return read_count; in AddTableFromMemory()
Dclass_linker.cc1757 size_t read_count = 0; in AddImageSpace() local
1760 &read_count); in AddImageSpace()
/art/runtime/base/
Dhash_set.h211 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() argument
236 *read_count = offset; in HashSet()