Searched refs:compiled_classes_ (Results 1 – 4 of 4) sorted by relevance
8 can update the compiled_classes_ map. However, this isn't the case if one of the
59 compiler_driver_->compiled_classes_.AddDexFiles(dex_files); in SetDexFilesForOatFile()
302 ClassStateTable compiled_classes_; variable
775 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()