Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc59 EXPECT_TRUE(dex_cache->StaticArtFieldSize() == dex_cache->NumResolvedFields() in TEST_F()
Ddex_cache.h174 static constexpr size_t StaticArtFieldSize() { in StaticArtFieldSize() function
/art/dex2oat/driver/
Dcompiler_driver_test.cc150 EXPECT_TRUE(dex_cache->StaticArtFieldSize() == dex_cache->NumResolvedFields() in TEST_F()