Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc532 size_t found_size = reinterpret_cast<const uint32_t*>(type_lookup_table_start)[0]; in ComputeAndCheckTypeLookupTableData() local
534 if (UNLIKELY(found_size != expected_table_size)) { in ComputeAndCheckTypeLookupTableData()
538 found_size, in ComputeAndCheckTypeLookupTableData()
543 if (found_size == 0) { in ComputeAndCheckTypeLookupTableData()
549 if (UNLIKELY(!vdex_file->Contains(*type_lookup_table_data, found_size))) { in ComputeAndCheckTypeLookupTableData()
555 found_size, in ComputeAndCheckTypeLookupTableData()