Home
last modified time | relevance | path

Searched refs:AddType (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dtest_dex_file_builder.h44 void AddType(const std::string& descriptor) { in AddType() function
53 AddType(class_descriptor); in AddField()
54 AddType(type); in AddField()
63 AddType(class_descriptor); in AddMethod()
68 AddType(proto_key.return_type); in AddMethod()
70 AddType(arg_type); in AddMethod()
Dtest_dex_file_builder_test.cc28 builder.AddType("Ljava/lang/Class;"); in TEST()