Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc53 xml_next_{method->dex_file()->GetOrDeclareMethod(kXmlResourceParser, "next",
55 try_create_view_{method->dex_file()->GetOrDeclareMethod(
58 generate_layout_params_{method->dex_file()->GetOrDeclareMethod(
62 add_view_{method->dex_file()->GetOrDeclareMethod(
70 auto layout_inflater_from = method_->dex_file()->GetOrDeclareMethod( in BuildGetLayoutInflater()
78 method_->dex_file()->GetOrDeclareMethod(kContext, "getResources", Prototype{kResources}); in BuildGetResources()
84 auto get_layout = method_->dex_file()->GetOrDeclareMethod( in BuildGetLayoutResource()
92 auto as_attribute_set = method_->dex_file()->GetOrDeclareMethod( in BuildLayoutResourceToAttributeSet()
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.cc172 dex_file.GetOrDeclareMethod(string_type, "length", Prototype{TypeDescriptor::Int()}); in WriteTestDexFile()
299 ir::MethodDecl* decl = parent_->GetOrDeclareMethod(type_descriptor_, name, prototype).decl; in CreateMethod()
658 const MethodDeclData& DexBuilder::GetOrDeclareMethod(TypeDescriptor type, const std::string& name, in GetOrDeclareMethod() function in startop::dex::DexBuilder
Ddex_builder.h563 const MethodDeclData& GetOrDeclareMethod(TypeDescriptor type, const std::string& name,
614 MethodDeclData constructor_data{dex_->GetOrDeclareMethod(type, "<init>", constructor)}; in BuildNew()