Searched refs:dex_file_begin (Results 1 – 3 of 3) sorted by relevance
153 const void* dex_file_begin = reinterpret_cast<const void*>(dex_file_->Begin()); in SetDexFileRegistration() local155 range_values_.push_back(std::make_tuple(dex_file_begin, dex_file_size, should_poison)); in SetDexFileRegistration()
148 const uint8_t* dex_file_begin,
485 const uint8_t* dex_file_begin, in AddRawDexFileSource() argument491 CHECK_GE(dex_file_begin, container->Begin()); in AddRawDexFileSource()492 CHECK_LE(dex_file_begin, container->End()); in AddRawDexFileSource()493 auto dex_file = loader.OpenOne(dex_file_begin - container->Begin(), in AddRawDexFileSource()