Searched defs:init (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/
H A Darena_allocator.cc78 const size_t init = 0u; // Initial value of the correct type. local
79 return std::accumulate(alloc_stats_, alloc_stats_ + arraysize(alloc_stats_), init);
/art/runtime/
H A Dclass_linker_test.cc1023 mirror::Class* init = ResolveVerifyAndClinit(type_idx, getS0, Thread::Current(), true, false); local
1024 EXPECT_TRUE(init != NULL);
1025 EXPECT_TRUE(init->IsInitialized());

Completed in 207 milliseconds