Home | History | Annotate | Download | only in runtime

Lines Matching full:lookup_data

445   const uint8_t* lookup_data = (oat_dex_file != nullptr)
448 if (lookup_data != nullptr) {
449 if (lookup_data + TypeLookupTable::RawDataLength(*this) > oat_dex_file->GetOatFile()->End()) {
452 lookup_table_.reset(TypeLookupTable::Open(lookup_data, *this));