Searched refs:compiled_classes_ (Results 1 – 3 of 3) sorted by relevance
61 compiler_driver_->compiled_classes_.AddDexFiles(dex_files); in SetDexFilesForOatFile()
314 ClassStateTable compiled_classes_; variable
849 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()1821 compiled_classes_.Insert(ref, existing, ClassStatus::kVerified); in FastVerify()2121 if (!compiled_classes_.HaveDexFile(&dex_file)) { in SetVerifiedDexFile()2122 compiled_classes_.AddDexFile(&dex_file); in SetVerifiedDexFile()2804 if (!compiled_classes_.Get(ref, status) || in GetCompiledClass()2839 ClassStateTable* table = &compiled_classes_; in RecordClassStatus()