Searched refs:WASM_LIMITS_FLAG_IS_64 (Results 1 – 4 of 4) sorted by relevance
299 WASM_LIMITS_FLAG_IS_64 = 0x4, enumerator
143 import.Memory.Flags |= WASM_LIMITS_FLAG_IS_64; in writeBody()240 flags |= WASM_LIMITS_FLAG_IS_64; in writeBody()
1037 if (Im.Memory.Flags & wasm::WASM_LIMITS_FLAG_IS_64) in parseImportSection()1112 if (Limits.Flags & wasm::WASM_LIMITS_FLAG_IS_64) in parseMemorySection()
1218 MemImport.Memory.Flags = is64Bit() ? wasm::WASM_LIMITS_FLAG_IS_64 in prepareImports()