Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dshared-heap-deserializer.cc38 int string_table_size = source()->GetInt(); in DeserializeStringTable() local
42 for (int i = 0; i < string_table_size; ++i) { in DeserializeStringTable()
57 DCHECK_EQ(string_table_size, isolate()->string_table()->NumberOfElements()); in DeserializeStringTable()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.c222 uint32_t string_table_size = (m->sem_string_table->length + 3) & ~3u; in dxil_container_add_state_validation() local
223 size += sizeof(uint32_t) + string_table_size; in dxil_container_add_state_validation()
284 if (!blob_write_bytes(&c->parts, &string_table_size, sizeof(string_table_size)) || in dxil_container_add_state_validation()
286 !blob_write_bytes(&c->parts, &fill, string_table_size - m->sem_string_table->length)) in dxil_container_add_state_validation()