Searched refs:compiled_view (Results 1 – 3 of 3) sorted by relevance
38 Class compiled_view = dex_file.loadClass("android.startop.test.CompiledView"); in loadAndInflateLayout1() local39 Method layout1 = compiled_view.getMethod("layout1", Context.class, int.class); in loadAndInflateLayout1()47 Class compiled_view = dex_file.loadClass("android.startop.test.CompiledView"); in loadAndInflateLayout2() local48 Method layout1 = compiled_view.getMethod("layout2", Context.class, int.class); in loadAndInflateLayout2()
152 ClassBuilder compiled_view{dex_file.MakeClass(class_name)}; in main() local153 MethodBuilder method{compiled_view.CreateMethod( in main()
99 dex::ClassBuilder compiled_view{ in CompileApkAssetsLayouts() local126 methods.push_back(compiled_view.CreateMethod( in CompileApkAssetsLayouts()