Home
last modified time | relevance | path

Searched refs:has_memory (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h132 bool has_memory = false; // true if the memory was defined or imported member
Dmodule-decoder.cc641 if (!module_->has_memory || index != 0) { in DecodeExportSection()
789 if (!module_->has_memory) { in DecodeDataSection()
963 if (module->has_memory) { in AddMemory()
967 module->has_memory = true; in AddMemory()
Dmodule-compiler.cc1114 if (module_->has_memory) { in Build()
Dfunction-body-decoder-impl.h1366 if (!VALIDATE(this->module_->has_memory)) { in CheckHasMemory()
/external/mesa3d/src/compiler/glsl/
Dast.h779 bool has_memory() const;
Dast_type.cpp110 bool ast_type_qualifier::has_memory() const in has_memory() function in ast_type_qualifier
Dglsl_parser.yy835 if (block->layout.has_layout() || block->layout.has_memory()) {