Searched refs:vmap_table_size (Results 1 – 1 of 1) sorted by relevance
341 size_t vmap_table_size = vmap_table.size() * sizeof(vmap_table[0]); in InitOatCodeMethod() local342 vmap_table_offset = (vmap_table_size == 0) ? 0 : offset; in InitOatCodeMethod()351 offset += vmap_table_size; in InitOatCodeMethod()352 oat_header_->UpdateChecksum(&vmap_table[0], vmap_table_size); in InitOatCodeMethod()745 size_t vmap_table_size = vmap_table.size() * sizeof(vmap_table[0]); in WriteCodeMethod() local752 DCHECK((vmap_table_size == 0 && method_offsets.vmap_table_offset_ == 0) in WriteCodeMethod()756 DCHECK((vmap_table_size == 0 && method_offsets.vmap_table_offset_ == 0) in WriteCodeMethod()759 if (!out.WriteFully(&vmap_table[0], vmap_table_size)) { in WriteCodeMethod()763 size_vmap_table_ += vmap_table_size; in WriteCodeMethod()764 relative_offset += vmap_table_size; in WriteCodeMethod()