Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc276 size_t read_count; in WriteToMemory() local
284 size_t read_count = 0; in ReadFromMemory() local
Dintern_table.cc365 size_t read_count = 0; in AddTableFromMemory() local
Dclass_linker.cc1870 size_t read_count = 0; in AddImageSpace() local
/art/runtime/base/
Dhash_set.h211 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet()