Home
last modified time | relevance | path

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

/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc285 Handle<BytecodeArray> the_array = builder.ToBytecodeArray(); in TEST_F() local
286 CHECK_EQ(the_array->frame_size(), in TEST_F()
293 while (i < the_array->length()) { in TEST_F()
294 uint8_t code = the_array->get(i); in TEST_F()
327 Handle<BytecodeArray> the_array = builder.ToBytecodeArray(); in TEST_F() local
329 CHECK_EQ(the_array->frame_size(), total_registers * kPointerSize); in TEST_F()