Searched refs:mapping_table_size (Results 1 – 1 of 1) sorted by relevance
326 size_t mapping_table_size = mapping_table.size() * sizeof(mapping_table[0]); in InitOatCodeMethod() local327 mapping_table_offset = (mapping_table_size == 0) ? 0 : offset; in InitOatCodeMethod()336 offset += mapping_table_size; in InitOatCodeMethod()337 oat_header_->UpdateChecksum(&mapping_table[0], mapping_table_size); in InitOatCodeMethod()721 size_t mapping_table_size = mapping_table.size() * sizeof(mapping_table[0]); in WriteCodeMethod() local728 DCHECK((mapping_table_size == 0 && method_offsets.mapping_table_offset_ == 0) in WriteCodeMethod()732 DCHECK((mapping_table_size == 0 && method_offsets.mapping_table_offset_ == 0) in WriteCodeMethod()735 if (!out.WriteFully(&mapping_table[0], mapping_table_size)) { in WriteCodeMethod()739 size_mapping_table_ += mapping_table_size; in WriteCodeMethod()740 relative_offset += mapping_table_size; in WriteCodeMethod()