Home
last modified time | relevance | path

Searched refs:expected_int32_indexs (Results 1 – 1 of 1) sorted by relevance

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