Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.h99 const dex::MethodDeclData xml_next_;
100 const dex::MethodDeclData try_create_view_;
101 const dex::MethodDeclData generate_layout_params_;
102 const dex::MethodDeclData add_view_;
Ddex_builder_test.cc131 MethodDeclData string_length = in TEST()
169 MethodDeclData string_length = in TEST()
Ddex_testcase_generator.cc77 MethodDeclData string_length{ in GenerateSimpleTestCases()
248 MethodDeclData to_string{dex_file.GetOrDeclareMethod( in GenerateSimpleTestCases()
264 MethodDeclData substring{dex_file.GetOrDeclareMethod( in GenerateSimpleTestCases()
Ddex_builder.h269 struct MethodDeclData { struct
486 const MethodDeclData& GetOrDeclareMethod(TypeDescriptor type, const std::string& name,
522 std::map<MethodDescriptor, MethodDeclData> method_id_map_;
533 MethodDeclData constructor_data{dex_->GetOrDeclareMethod(type, "<init>", constructor)}; in BuildNew()
Ddex_builder.cc154 MethodDeclData string_length = in WriteTestDexFile()
558 const MethodDeclData& DexBuilder::GetOrDeclareMethod(TypeDescriptor type, const std::string& name, in GetOrDeclareMethod()
560 MethodDeclData& entry = method_id_map_[{type, name, prototype}]; in GetOrDeclareMethod()