Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Ddeserializer.h179 int end_slot_index);
Ddeserializer.cc761 int end_slot_index) { in ReadData() argument
763 while (current < end_slot_index) { in ReadData()
768 CHECK_EQ(current, end_slot_index); in ReadData()