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

/art/runtime/arch/
H A Dstub_test.cc1498 static constexpr size_t kStringCount = arraysize(c); local
1500 StackHandleScope<kStringCount> hs(self);
1501 Handle<mirror::String> s[kStringCount];
1503 for (size_t i = 0; i < kStringCount; ++i) {
1512 int32_t expected[kStringCount][kStringCount];
1513 for (size_t x = 0; x < kStringCount; ++x) {
1514 for (size_t y = 0; y < kStringCount; ++y) {
1521 for (size_t x = 0; x < kStringCount; ++x) {
1522 for (size_t y = 0; y < kStringCount;
2356 static constexpr size_t kStringCount = arraysize(c_str); local
[all...]

Completed in 31 milliseconds