Home
last modified time | relevance | path

Searched refs:GetOrDeclareMethod (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc53 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()
Ddex_builder_test.cc132 dex_file.GetOrDeclareMethod(TypeDescriptor::FromClassname("java.lang.String"), in TEST()
170 dex_file.GetOrDeclareMethod(TypeDescriptor::FromClassname("java.lang.String"), in TEST()
Ddex_testcase_generator.cc78 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()
Ddex_builder.cc155 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
Ddex_builder.h486 const MethodDeclData& GetOrDeclareMethod(TypeDescriptor type, const std::string& name,
533 MethodDeclData constructor_data{dex_->GetOrDeclareMethod(type, "<init>", constructor)}; in BuildNew()