Home
last modified time | relevance | path

Searched refs:WasmExceptionTag (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.h48 class WasmExceptionTag; variable
554 Isolate* isolate, Handle<WasmExceptionTag> exception_tag,
558 Isolate* isolate, Handle<WasmExceptionTag> exception_tag,
864 class WasmExceptionTag
865 : public TorqueGeneratedWasmExceptionTag<WasmExceptionTag, Struct> {
867 V8_EXPORT_PRIVATE static Handle<WasmExceptionTag> New(Isolate* isolate,
872 TQ_OBJECT_CONSTRUCTORS(WasmExceptionTag)
Dwasm-objects.cc1688 Isolate* isolate, Handle<WasmExceptionTag> exception_tag, int size) { in New()
1694 Isolate* isolate, Handle<WasmExceptionTag> exception_tag, in New()
2228 Handle<WasmExceptionTag> WasmExceptionTag::New(Isolate* isolate, int index) { in New()
2229 Handle<WasmExceptionTag> result = in New()
2230 Handle<WasmExceptionTag>::cast(isolate->factory()->NewStruct( in New()
Dwasm-objects.tq110 extern class WasmExceptionTag extends Struct {
Dwasm-objects-inl.h40 TQ_OBJECT_CONSTRUCTORS_IMPL(WasmExceptionTag) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
Dmodule-instantiate.cc2084 Handle<WasmExceptionTag> tag = WasmExceptionTag::New(isolate_, index); in InitializeTags()
Dwasm-js.cc1625 auto tag = i::WasmExceptionTag::New(i_isolate, 0); in WebAssemblyTag()
1765 i::Handle<i::WasmExceptionTag> tag( in WebAssemblyException()
1766 i::WasmExceptionTag::cast(tag_object->tag()), i_isolate); in WebAssemblyException()
/third_party/node/deps/v8/src/objects/
Dobjects-definitions.h171 IF_WASM(V, _, WASM_EXCEPTION_TAG_TYPE, WasmExceptionTag, wasm_exception_tag) \
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc179 auto tag_raw = WasmExceptionTag::cast(args[0]); in RUNTIME_FUNCTION()
182 Handle<WasmExceptionTag> tag(tag_raw, isolate); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h131 class WasmExceptionTag; variable