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

/external/chromium_org/v8/test/cctest/
H A Dtest-constantpool.cc204 int expected_int32_indexs[1]; local
205 CheckIterator(array, ConstantPoolArray::INT32, expected_int32_indexs, 0);
226 int expected_int32_indexs[] = { 1, 2, 3, 4 }; local
227 CheckIterator(array, ConstantPoolArray::INT32, expected_int32_indexs, 4);

Completed in 162 milliseconds