Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1176 uint32_t memory_index; in DecodeDataSection() local
1178 consume_data_segment_header(&is_active, &memory_index, &dest_addr); in DecodeDataSection()
1186 if (memory_index != 0) { in DecodeDataSection()
1187 errorf(pos, "illegal memory index %u != 0", memory_index); in DecodeDataSection()
/third_party/python/Lib/test/
Dtest_buffer.py466 def memory_index(indices, t): function
481 i = memory_index(ind, t)