Searched refs:CompilationTarget (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/startop/view_compiler/ |
D | apk_layout_compiler.h | 26 enum class CompilationTarget { kJavaLanguage, kDex }; enum 28 void CompileApkLayouts(const std::string& filename, CompilationTarget target, 30 void CompileApkLayoutsFd(android::base::unique_fd fd, CompilationTarget target,
|
D | apk_layout_compiler.cc | 84 CompilationTarget target, std::ostream& target_out) { in CompileApkAssetsLayouts() 125 case CompilationTarget::kDex: { in CompileApkAssetsLayouts() 139 case CompilationTarget::kJavaLanguage: { in CompileApkAssetsLayouts() 153 if (target == CompilationTarget::kDex) { in CompileApkAssetsLayouts() 160 void CompileApkLayouts(const std::string& filename, CompilationTarget target, in CompileApkLayouts() 166 void CompileApkLayoutsFd(android::base::unique_fd fd, CompilationTarget target, in CompileApkLayoutsFd()
|
D | main.cc | 121 const startop::CompilationTarget target = in main() 122 FLAGS_dex ? startop::CompilationTarget::kDex : startop::CompilationTarget::kJavaLanguage; in main()
|