Home
last modified time | relevance | path

Searched refs:has_shared_memory (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.cc638 uint8_t flags = validate_memory_flags(&module_->has_shared_memory, in DecodeImportSection()
739 uint8_t flags = validate_memory_flags(&module_->has_shared_memory, in DecodeMemorySection()
1536 uint8_t validate_memory_flags(bool* has_shared_memory, bool* is_memory64) { in validate_memory_flags() argument
1538 *has_shared_memory = false; in validate_memory_flags()
1551 *has_shared_memory = true; in validate_memory_flags()
Dwasm-module.h267 bool has_shared_memory = false; // true if memory is a SharedArrayBuffer member
Dmodule-instantiate.cc1266 if (module_->has_shared_memory != buffer->is_shared()) { in ProcessImportedMemory()
1269 module_->has_shared_memory, buffer->is_shared()); in ProcessImportedMemory()
1705 auto shared = (module_->has_shared_memory && enabled_.has_threads()) in AllocateMemory()
Dmodule-compiler.cc1629 if (wasm_module->has_shared_memory) { in CompileToNativeModule()
1810 if (module->has_shared_memory) { in CreateNativeModule()