Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc81 const size_t table_bytes = max_count * sizeof(IrtEntry); in IndirectReferenceTable() local
83 table_bytes, in IndirectReferenceTable()
223 const size_t table_bytes = new_size * sizeof(IrtEntry); in Resize() local
225 table_bytes, in Resize()