Lines Matching refs:startop
40 using startop::dex::ClassBuilder;
41 using startop::dex::DexBuilder;
42 using startop::dex::MethodBuilder;
43 using startop::dex::Prototype;
44 using startop::dex::TypeDescriptor;
45 using namespace startop::util;
89 startop::LayoutCompilerVisitor visitor{builder}; in CompileLayout()
121 const startop::CompilationTarget target = in main()
122 FLAGS_dex ? startop::CompilationTarget::kDex : startop::CompilationTarget::kJavaLanguage; in main()
124 startop::CompileApkLayoutsFd( in main()
132 startop::CompileApkLayouts(filename, target, is_stdout ? std::cout : outfile); in main()
138 const string layout_name = startop::util::FindLayoutNameFromFilename(filename); in main()
144 if (!startop::CanCompileLayout(xml, &message)) { in main()
158 startop::DexViewBuilder builder{&method}; in main()