Searched refs:kStringCount (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/
H A Dstub_test.cc1228 static constexpr size_t kStringCount = arraysize(c); local
1230 StackHandleScope<kStringCount> hs(self);
1231 Handle<mirror::String> s[kStringCount];
1233 for (size_t i = 0; i < kStringCount; ++i) {
1242 int32_t expected[kStringCount][kStringCount];
1243 for (size_t x = 0; x < kStringCount; ++x) {
1244 for (size_t y = 0; y < kStringCount; ++y) {
1251 for (size_t x = 0; x < kStringCount; ++x) {
1252 for (size_t y = 0; y < kStringCount;
2092 static constexpr size_t kStringCount = arraysize(c_str); local
[all...]
/art/runtime/base/
H A Dhash_set_test.cc201 static constexpr size_t kStringCount = 1000; local
203 for (size_t i = 0; i < kStringCount; ++i) {

Completed in 92 milliseconds