Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.h204 class DexLoaderContainer : public MemoryDexFileContainer {
206 DexLoaderContainer(const uint8_t* begin, in DexLoaderContainer() function
Ddexlayout_test.cc806 auto container = std::make_unique<DexLoaderContainer>(out->GetMainSection()->Begin(), in TEST_F()
Ddexlayout.cc2251 auto container = std::make_unique<DexLoaderContainer>( in ProcessDexFile()