Searched refs:MethodDeclData (Results 1 – 5 of 5) sorted by relevance
99 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_;
131 MethodDeclData string_length = in TEST()169 MethodDeclData string_length = in TEST()
77 MethodDeclData string_length{ in GenerateSimpleTestCases()248 MethodDeclData to_string{dex_file.GetOrDeclareMethod( in GenerateSimpleTestCases()264 MethodDeclData substring{dex_file.GetOrDeclareMethod( in GenerateSimpleTestCases()
269 struct MethodDeclData { struct486 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()
154 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()