Searched refs:AddMethod (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/ |
D | test_dex_file_builder_test.cc | 30 builder.AddMethod("LTestClass;", "()I", "foo"); in TEST() 31 builder.AddMethod("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar"); in TEST()
|
D | test_dex_file_builder.h | 59 void AddMethod(const std::string& class_descriptor, const std::string& signature, in AddMethod() function
|
/art/compiler/dex/ |
D | type_inference_test.cc | 189 dex_file_builder_.AddMethod(def->class_descriptor, def->signature, def->name); in AddMethods() 247 dex_file_builder_.AddMethod(kClassName, test_method_signature, kMethodName); in BuildDexFile()
|