Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc110 Handle<mirror::Class> method_types( in TEST_F() local
112 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()
114 ArtMethod* method1 = method_types->FindClassMethod( in TEST_F()
120 ArtMethod* method2 = method_types->FindClassMethod( in TEST_F()
/art/runtime/
Dclass_linker_test.cc1569 Handle<mirror::Class> method_types( in TEST_F() local
1571 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()
1573 ArtMethod* method1 = method_types->FindClassMethod( in TEST_F()
1610 ArtMethod* method2 = method_types->FindClassMethod( in TEST_F()