Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context_test.cc69 void VerifyContextSize(ClassLoaderContext* context, size_t expected_size) { in VerifyContextSize() function in art::ClassLoaderContextTest
308 VerifyContextSize(context.get(), 2); in TestOpenDexFiles()
354 VerifyContextSize(context.get(), 2); in TestOpenValidDexFilesRelative()
463 VerifyContextSize(context.get(), 1); in TEST_F()
475 VerifyContextSize(context.get(), 1); in TEST_F()
481 VerifyContextSize(context.get(), 1); in TEST_F()
507 VerifyContextSize(context.get(), 3); in TEST_F()
517 VerifyContextSize(context.get(), 2); in TEST_F()
529 VerifyContextSize(context.get(), 1); in TEST_F()
536 VerifyContextSize(context.get(), 1); in TEST_F()
[all …]