Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc61 EXPECT_TRUE(dex_cache->StaticMethodTypeSize() == dex_cache->NumResolvedMethodTypes() in TEST_F()
75 EXPECT_TRUE(dex_cache->StaticMethodTypeSize() == dex_cache->NumResolvedMethodTypes() in TEST_F()
Ddex_cache.h182 static constexpr size_t StaticMethodTypeSize() { in StaticMethodTypeSize() function