Home
last modified time | relevance | path

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

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