Home
last modified time | relevance | path

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

/art/test/845-fast-verify/
Dinfo.txt8 can update the compiled_classes_ map. However, this isn't the case if one of the
/art/dex2oat/
Dcommon_compiler_driver_test.cc59 compiler_driver_->compiled_classes_.AddDexFiles(dex_files); in SetDexFilesForOatFile()
/art/dex2oat/driver/
Dcompiler_driver.h302 ClassStateTable compiled_classes_; variable
Dcompiler_driver.cc775 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()
1883 compiled_classes_.Insert(ref, existing, status); in FastVerify()
2188 if (!compiled_classes_.HaveDexFile(&dex_file)) { in SetVerifiedDexFile()
2189 compiled_classes_.AddDexFile(&dex_file); in SetVerifiedDexFile()
2804 if (!compiled_classes_.Get(ref, status) || in GetCompiledClass()
2839 ClassStateTable* table = &compiled_classes_; in RecordClassStatus()