Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc80 const size_t table_bytes = max_count * sizeof(IrtEntry); in IndirectReferenceTable() local
81 table_mem_map_.reset(MemMap::MapAnonymous("indirect ref table", nullptr, table_bytes, in IndirectReferenceTable()
219 const size_t table_bytes = new_size * sizeof(IrtEntry); in Resize() local
222 table_bytes, in Resize()