Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h777 DexFileContainer* GetContainer() const { in GetContainer() function
/art/dex2oat/driver/
Dcompiler_driver.cc355 if (dex_file.GetContainer() != nullptr && dex_file.GetContainer()->IsReadOnly()) { in GetDexToDexCompilationLevel()