Searched refs:GetOrDeclareMethod (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/startop/view_compiler/ |
D | dex_layout_compiler.cc | 53 xml_next_{method->dex_file()->GetOrDeclareMethod( 56 try_create_view_{method->dex_file()->GetOrDeclareMethod( 63 generate_layout_params_{method->dex_file()->GetOrDeclareMethod( 67 add_view_{method->dex_file()->GetOrDeclareMethod( 80 auto layout_inflater_from = dex->GetOrDeclareMethod( in Start() 92 dex->GetOrDeclareMethod(context_type, "getResources", dex::Prototype{resources_type}); in Start() 99 dex->GetOrDeclareMethod(resources_type, in Start() 105 auto as_attribute_set = dex->GetOrDeclareMethod( in Start()
|
D | dex_builder_test.cc | 132 dex_file.GetOrDeclareMethod(TypeDescriptor::FromClassname("java.lang.String"), in TEST() 170 dex_file.GetOrDeclareMethod(TypeDescriptor::FromClassname("java.lang.String"), in TEST()
|
D | dex_testcase_generator.cc | 78 dex_file.GetOrDeclareMethod(string_type, "length", Prototype{TypeDescriptor::Int()})}; in GenerateSimpleTestCases() 248 MethodDeclData to_string{dex_file.GetOrDeclareMethod( in GenerateSimpleTestCases() 264 MethodDeclData substring{dex_file.GetOrDeclareMethod( in GenerateSimpleTestCases()
|
D | dex_builder.cc | 155 dex_file.GetOrDeclareMethod(string_type, "length", Prototype{TypeDescriptor::Int()}); in WriteTestDexFile() 265 ir::MethodDecl* decl = parent_->GetOrDeclareMethod(type_descriptor_, name, prototype).decl; in CreateMethod() 558 const MethodDeclData& DexBuilder::GetOrDeclareMethod(TypeDescriptor type, const std::string& name, in GetOrDeclareMethod() function in startop::dex::DexBuilder
|
D | dex_builder.h | 486 const MethodDeclData& GetOrDeclareMethod(TypeDescriptor type, const std::string& name, 533 MethodDeclData constructor_data{dex_->GetOrDeclareMethod(type, "<init>", constructor)}; in BuildNew()
|