Home
last modified time | relevance | path

Searched refs:is_mutable (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects.h329 DECL_BOOLEAN_ACCESSORS(is_mutable)
352 int32_t offset, bool is_mutable);
Dwasm-objects-inl.h96 BIT_FIELD_ACCESSORS(WasmGlobalObject, flags, is_mutable, in ACCESSORS()
Dwasm-js.cc1009 bool is_mutable = false; in WebAssemblyGlobal() local
1015 if (!value->BooleanValue(context).To(&is_mutable)) return; in WebAssemblyGlobal()
1047 type, offset, is_mutable); in WebAssemblyGlobal()
1348 if (!receiver->is_mutable()) { in WebAssemblyGlobalSetValue()
Dwasm-objects.cc1088 wasm::ValueType type, int32_t offset, bool is_mutable) { in New() argument
1118 global_obj->set_is_mutable(is_mutable); in New()
Dmodule-compiler.cc1698 if (global_object->is_mutable() != global.mutability) { in ProcessImports()