Home
last modified time | relevance | path

Searched refs:exception_tag (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.h554 Isolate* isolate, Handle<WasmExceptionTag> exception_tag,
558 Isolate* isolate, Handle<WasmExceptionTag> exception_tag,
H A Dwasm-objects.cc1688 Isolate* isolate, Handle<WasmExceptionTag> exception_tag, int size) { in New()
1690 return New(isolate, exception_tag, values); in New()
1694 Isolate* isolate, Handle<WasmExceptionTag> exception_tag, in New()
1700 exception_tag, StoreOrigin::kMaybeKeyed, in New()
1687 New( Isolate* isolate, Handle<WasmExceptionTag> exception_tag, int size) New() argument
1693 New( Isolate* isolate, Handle<WasmExceptionTag> exception_tag, Handle<FixedArray> values) New() argument
H A Dgraph-builder-interface.cc888 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/
H A Dliftoff-compiler.cc4439 LiftoffRegister exception_tag =
4441 LOAD_TAGGED_PTR_INSTANCE_FIELD(exception_tag.gp(), TagsTable, pinned);
4443 exception_tag.gp(), exception_tag.gp(), no_reg,
4449 {LiftoffAssembler::VarState{kPointerKind, exception_tag, 0},
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc2548 Node* exception_tag = LoadTagFromTable(tag_index); in Throw() local
2552 exception_tag, values_array); in Throw()

Completed in 32 milliseconds