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

/external/chromium_org/v8/test/cctest/
H A Dtest-constantpool.cc176 static void CheckIterator(Handle<ConstantPoolArray> array, function
199 CheckIterator(array, ConstantPoolArray::INT64, expected_int64_indexs, 1);
201 CheckIterator(array, ConstantPoolArray::CODE_PTR, expected_code_indexs, 5);
203 CheckIterator(array, ConstantPoolArray::HEAP_PTR, expected_heap_indexs, 2);
205 CheckIterator(array, ConstantPoolArray::INT32, expected_int32_indexs, 0);
221 CheckIterator(array, ConstantPoolArray::INT64, expected_int64_indexs, 6);
223 CheckIterator(array, ConstantPoolArray::CODE_PTR, expected_code_indexs, 0);
225 CheckIterator(array, ConstantPoolArray::HEAP_PTR, expected_heap_indexs, 3);
227 CheckIterator(array, ConstantPoolArray::INT32, expected_int32_indexs, 4);

Completed in 1361 milliseconds