Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context_test.cc45 void VerifyContextSize(ClassLoaderContext* context, size_t expected_size) { in VerifyContextSize() function in art::ClassLoaderContextTest
276 VerifyContextSize(context.get(), 1); in TEST_F()
283 VerifyContextSize(context.get(), 0); in TEST_F()
288 VerifyContextSize(context.get(), 1); in TEST_F()
294 VerifyContextSize(context.get(), 1); in TEST_F()
320 VerifyContextSize(context.get(), 3); in TEST_F()
329 VerifyContextSize(context.get(), 2); in TEST_F()
339 VerifyContextSize(context.get(), 1); in TEST_F()
346 VerifyContextSize(context.get(), 1); in TEST_F()
354 VerifyContextSize(context.get(), 1); in TEST_F()
[all …]