Searched refs:CreateMethodType (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/runtime/mirror/ |
H A D | method_type_test.cc | 37 ObjPtr<mirror::MethodType> CreateMethodType(const std::string& return_type, 55 ObjPtr<mirror::MethodType> MethodTypeTest::CreateMethodType( in CreateMethodType() function in art::mirror::MethodTypeTest 89 Handle<mirror::MethodType> mt1 = hs.NewHandle(CreateMethodType("String", { "Integer" })); in TEST_F() 90 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("String", { "Integer" })); in TEST_F() 97 Handle<mirror::MethodType> mt1 = hs.NewHandle(CreateMethodType("String", { "Integer" })); in TEST_F() 98 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("Integer", { "Integer" })); in TEST_F() 105 Handle<mirror::MethodType> mt1 = hs.NewHandle(CreateMethodType("String", { "Integer" })); in TEST_F() 106 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("String", { "String" })); in TEST_F() 114 CreateMethodType("String", { "String", "String" })); in TEST_F() 115 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("String", { "String" })); in TEST_F() [all …]
|