Searched refs:WASM_LIMITS_FLAG_IS_64 (Results 1 – 5 of 5) sorted by relevance
121 is64 ? wasm::WASM_LIMITS_FLAG_IS_64 : wasm::WASM_LIMITS_FLAG_NONE; in setFunctionTable()
151 WASM_LIMITS_FLAG_IS_64 = 0x4, enumerator
841 Limits.Flags |= wasm::WASM_LIMITS_FLAG_IS_64; in parseDirective()
1286 if (Im.Memory.Flags & wasm::WASM_LIMITS_FLAG_IS_64) in parseImportSection()1371 if (Limits.Flags & wasm::WASM_LIMITS_FLAG_IS_64) in parseMemorySection()
1354 MemImport.Memory.Flags = is64Bit() ? wasm::WASM_LIMITS_FLAG_IS_64 in prepareImports()