Home
last modified time | relevance | path

Searched refs:AddMethod (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dtest_dex_file_builder_test.cc30 builder.AddMethod("LTestClass;", "()I", "foo"); in TEST()
31 builder.AddMethod("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar"); in TEST()
Dtest_dex_file_builder.h59 void AddMethod(const std::string& class_descriptor, const std::string& signature, in AddMethod() function
/art/compiler/dex/
Dtype_inference_test.cc189 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()