Searched refs:exception_tag (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.h | 554 Isolate* isolate, Handle<WasmExceptionTag> exception_tag, 558 Isolate* isolate, Handle<WasmExceptionTag> exception_tag,
|
D | wasm-objects.cc | 1688 Isolate* isolate, Handle<WasmExceptionTag> exception_tag, int size) { in New() argument 1690 return New(isolate, exception_tag, values); in New() 1694 Isolate* isolate, Handle<WasmExceptionTag> exception_tag, in New() argument 1700 exception_tag, StoreOrigin::kMaybeKeyed, in New()
|
D | graph-builder-interface.cc | 888 TFNode* exception_tag = builder_->LoadTagFromTable(imm.index); in CatchException() local 889 TFNode* compare = builder_->ExceptionTagEqual(caught_tag, exception_tag); in CatchException()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 4439 LiftoffRegister exception_tag = in Throw() local 4441 LOAD_TAGGED_PTR_INSTANCE_FIELD(exception_tag.gp(), TagsTable, pinned); in Throw() 4443 exception_tag.gp(), exception_tag.gp(), no_reg, in Throw() 4449 {LiftoffAssembler::VarState{kPointerKind, exception_tag, 0}, in Throw()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 2548 Node* exception_tag = LoadTagFromTable(tag_index); in Throw() local 2552 exception_tag, values_array); in Throw()
|