Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc57 EXPECT_TRUE(dex_cache->StaticMethodSize() == dex_cache->NumResolvedMethods() in TEST_F()
Ddex_cache.h178 static constexpr size_t StaticMethodSize() { in StaticMethodSize() function
/art/dex2oat/driver/
Dcompiler_driver_test.cc138 EXPECT_TRUE(dex_cache->StaticMethodSize() == dex_cache->NumResolvedMethods() in TEST_F()