Searched refs:WasmExceptionTag (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.h | 48 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)
|
D | wasm-objects.cc | 1688 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()
|
D | wasm-objects.tq | 110 extern class WasmExceptionTag extends Struct {
|
D | wasm-objects-inl.h | 40 TQ_OBJECT_CONSTRUCTORS_IMPL(WasmExceptionTag) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
|
D | module-instantiate.cc | 2084 Handle<WasmExceptionTag> tag = WasmExceptionTag::New(isolate_, index); in InitializeTags()
|
D | wasm-js.cc | 1625 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/ |
D | objects-definitions.h | 171 IF_WASM(V, _, WASM_EXCEPTION_TAG_TYPE, WasmExceptionTag, wasm_exception_tag) \
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-wasm.cc | 179 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/ |
D | code-assembler.h | 131 class WasmExceptionTag; variable
|