Searched refs:has_memory (Results 1 – 9 of 9) sorted by relevance
36 int has_memory; in av_malloc() local38 if (has_memory) { in av_malloc()49 int has_memory; in av_mallocz() local51 if (has_memory) { in av_mallocz()62 int has_memory; in av_realloc() local64 if (has_memory) { in av_realloc()
1007 if (!module_->has_memory || index != 0) { in DecodeExportSection()1182 if (!module_->has_memory) { in DecodeDataSection()1619 if (module->has_memory) { in AddMemory()1623 module->has_memory = true; in AddMemory()
421 bool has_memory = false; // true if the memory was defined or imported member
522 if (module_->has_memory && !AllocateMemory()) { in Build()539 if (module_->has_memory) { in Build()
1447 if (!VALIDATE(this->module_->has_memory)) {1459 if (!VALIDATE(this->module_->has_memory)) {
158 DCHECK(module->has_memory); in GetImportExportType()
823 bool has_memory() const;
111 bool ast_type_qualifier::has_memory() const in has_memory() function in ast_type_qualifier
852 if (block->layout.has_layout() || block->layout.has_memory()) {