Home
last modified time | relevance | path

Searched refs:WasmGlobalObject (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h43 TQ_OBJECT_CONSTRUCTORS_IMPL(WasmGlobalObject) in TQ_OBJECT_CONSTRUCTORS_IMPL()
112 ACCESSORS(WasmGlobalObject, untagged_buffer, JSArrayBuffer, in OPTIONAL_ACCESSORS()
114 ACCESSORS(WasmGlobalObject, tagged_buffer, FixedArray, kTaggedBufferOffset) in OPTIONAL_ACCESSORS()
116 wasm::ValueType WasmGlobalObject::type() const { in OPTIONAL_ACCESSORS()
119 void WasmGlobalObject::set_type(wasm::ValueType value) { in set_type()
123 int WasmGlobalObject::type_size() const { return type().value_kind_size(); } in type_size()
125 Address WasmGlobalObject::address() const { in address()
131 int32_t WasmGlobalObject::GetI32() { in GetI32()
135 int64_t WasmGlobalObject::GetI64() { in GetI64()
139 float WasmGlobalObject::GetF32() { in GetF32()
[all …]
Dwasm-objects.h276 class WasmGlobalObject
277 : public TorqueGeneratedWasmGlobalObject<WasmGlobalObject, JSObject> {
284 DECL_PRINTER(WasmGlobalObject)
286 V8_EXPORT_PRIVATE static MaybeHandle<WasmGlobalObject> New(
313 TQ_OBJECT_CONSTRUCTORS(WasmGlobalObject)
Dwasm-objects.tq144 extern class WasmGlobalObject extends JSObject {
145 // The instance in which this WasmGlobalObject is defined.
Dmodule-instantiate.cc388 Handle<WasmGlobalObject> global_object);
1388 const WasmGlobal& global, Handle<WasmGlobalObject> global_object) { in ProcessImportedWasmGlobalObject()
1514 auto global_object = Handle<WasmGlobalObject>::cast(value); in ProcessImportedGlobal()
1890 Handle<WasmGlobalObject> global_obj = in ProcessExports()
1891 WasmGlobalObject::New(isolate_, instance, untagged_buffer, in ProcessExports()
Dwasm-js.cc1446 i::MaybeHandle<i::WasmGlobalObject> maybe_global_obj = in WebAssemblyGlobal()
1447 i::WasmGlobalObject::New(i_isolate, i::Handle<i::WasmInstanceObject>(), in WebAssemblyGlobal()
1452 i::Handle<i::WasmGlobalObject> global_obj; in WebAssemblyGlobal()
2395 EXTRACT_THIS(receiver, WasmGlobalObject); in WebAssemblyGlobalGetValueCommon()
2473 EXTRACT_THIS(receiver, WasmGlobalObject); in WebAssemblyGlobalSetValue()
2555 EXTRACT_THIS(global, WasmGlobalObject); in WebAssemblyGlobalType()
2881 WasmGlobalObject::kHeaderSize, "WebAssembly.Global"); in Install()
Dc-api.cc1806 using type = RefImpl<Global, i::WasmGlobalObject>;
1825 i::Handle<i::WasmGlobalObject> obj = in make()
1826 i::WasmGlobalObject::New(isolate, i::Handle<i::WasmInstanceObject>(), in make()
1839 i::Handle<i::WasmGlobalObject> v8_global = impl(this)->v8_object(); in type()
1846 i::Handle<i::WasmGlobalObject> v8_global = impl(this)->v8_object(); in get()
1876 i::Handle<i::WasmGlobalObject> v8_global = impl(this)->v8_object(); in set()
2219 store, i::Handle<i::WasmGlobalObject>::cast(obj)); in exports()
Dwasm-objects.cc1027 MaybeHandle<WasmGlobalObject> WasmGlobalObject::New( in New()
1034 auto global_obj = Handle<WasmGlobalObject>::cast( in New()
/third_party/node/deps/v8/src/objects/
Dobject-list-macros.h251 IF_WASM(V, WasmGlobalObject) \
Djs-objects.cc2499 return WasmGlobalObject::kHeaderSize; in GetHeaderSize()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h133 class WasmGlobalObject; variable
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2039 void WasmGlobalObject::WasmGlobalObjectPrint(std::ostream& os) { in WasmGlobalObjectPrint()