Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc277 size_t read_count; in WriteToMemory() local
278 ClassSet class_set(ptr, /*make copy*/false, &read_count); in WriteToMemory()
285 size_t read_count = 0; in ReadFromMemory() local
286 AddClassSet(ClassSet(ptr, /*make copy*/false, &read_count)); in ReadFromMemory()
287 return read_count; in ReadFromMemory()
Dintern_table.cc367 size_t read_count = 0; in AddTableFromMemory() local
368 UnorderedSet set(ptr, /*make copy*/false, &read_count); in AddTableFromMemory()
371 return read_count; in AddTableFromMemory()
382 return read_count; in AddTableFromMemory()
Dclass_linker.cc1858 size_t read_count = 0; in AddImageSpace() local
1861 &read_count); in AddImageSpace()
/art/libartbase/base/
Dhash_set.h215 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() argument
240 *read_count = offset; in HashSet()