Searched refs:compiled_classes_ (Results 1 – 3 of 3) sorted by relevance
61 compiler_driver_->compiled_classes_.AddDexFiles(dex_files); in SetDexFilesForOatFile()
307 ClassStateTable compiled_classes_; variable
713 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()1781 compiled_classes_.Insert(ref, existing, ClassStatus::kVerifiedNeedsAccessChecks); in FastVerify()2091 if (!compiled_classes_.HaveDexFile(&dex_file)) { in SetVerifiedDexFile()2092 compiled_classes_.AddDexFile(&dex_file); in SetVerifiedDexFile()2692 if (!compiled_classes_.Get(ref, status) || in GetCompiledClass()2727 ClassStateTable* table = &compiled_classes_; in RecordClassStatus()