Home
last modified time | relevance | path

Searched refs:GetEncodedSize (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.h569 static uint32_t GetEncodedSize(const wasm::WasmTag* tag);
Dwasm-js.cc1661 uint32_t GetEncodedSize(i::Handle<i::WasmTagObject> tag_object) { in GetEncodedSize() function
1667 return i::WasmExceptionPackage::GetEncodedSize(&tag); in GetEncodedSize()
1767 uint32_t size = GetEncodedSize(tag_object); in WebAssemblyException()
Dwasm-objects.cc1845 uint32_t WasmExceptionPackage::GetEncodedSize(const wasm::WasmTag* tag) { in GetEncodedSize() function in v8::internal::WasmExceptionPackage
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc4367 DCHECK_EQ(index, WasmExceptionPackage::GetEncodedSize(tag)); in GetExceptionValues()
4407 int encoded_size = WasmExceptionPackage::GetEncodedSize(imm.tag); in Throw()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc2489 uint32_t encoded_size = WasmExceptionPackage::GetEncodedSize(tag); in Throw()
2678 DCHECK_EQ(index, WasmExceptionPackage::GetEncodedSize(tag)); in GetExceptionValues()