Home
last modified time | relevance | path

Searched refs:WasmTag (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h190 struct WasmTag { struct
191 explicit WasmTag(const WasmTagSig* sig) : sig(sig) {} in WasmTag() function
512 std::vector<WasmTag> tags;
H A Dwasm-objects.h38 struct WasmTag;
569 static uint32_t GetEncodedSize(const wasm::WasmTag* tag);
H A Dmodule-decoder.cc1026 WasmTag* tag = nullptr; in DecodeExportSection()
1738 uint32_t consume_tag_index(WasmModule* module, WasmTag** tag) { in consume_tag_index()
H A Dmodule-instantiate.cc1899 const WasmTag& tag = module_->tags[exp.index]; in ProcessExports()
H A Dwasm-objects.cc1845 uint32_t WasmExceptionPackage::GetEncodedSize(const wasm::WasmTag* tag) { in GetEncodedSize()
H A Dfunction-body-decoder-impl.h36 struct WasmTag;
460 const WasmTag* tag = nullptr;
H A Dwasm-js.cc1666 i::wasm::WasmTag tag(&sig); in GetEncodedSize()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h290 Node* Throw(uint32_t tag_index, const wasm::WasmTag* tag,
297 Node* GetExceptionValues(Node* except_obj, const wasm::WasmTag* tag,
H A Dwasm-compiler.cc2485 Node* WasmGraphBuilder::Throw(uint32_t tag_index, const wasm::WasmTag* tag, in Throw()
2622 const wasm::WasmTag* tag, in GetExceptionValues()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc4356 const WasmTag* tag) {

Completed in 65 milliseconds