HomeSort by relevance Sort by last modified time
    Searched refs:has_memory (Results 1 - 7 of 7) sorted by null

  /external/v8/src/wasm/
module-decoder.cc 500 if (!module->has_memory || index != 0) {
632 if (!module->has_memory) {
742 if (module->has_memory) {
746 module->has_memory = true;
    [all...]
wasm-module.h 151 bool has_memory = false; // true if the memory was defined or imported member in struct:v8::internal::wasm::WasmModule
function-body-decoder.cc 682 if (!module_->has_memory) {
685 return module_->has_memory;
    [all...]
wasm-objects.cc 830 return has_memory() ? memory()->byte_length()->Number() : default_mem_size();
    [all...]
wasm-module.cc     [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 760 bool has_memory() const;
    [all...]
ast_type.cpp 110 bool ast_type_qualifier::has_memory() const function in class:ast_type_qualifier

Completed in 507 milliseconds