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

/external/chromium_org/v8/test/cctest/
H A Dtest-constantpool.cc198 int expected_int64_indexs[] = { 0 }; local
199 CheckIterator(array, ConstantPoolArray::INT64, expected_int64_indexs, 1);
220 int expected_int64_indexs[] = { 0, 5, 6, 7, 8, 9 }; local
221 CheckIterator(array, ConstantPoolArray::INT64, expected_int64_indexs, 6);

Completed in 428 milliseconds