Searched refs:GetEncodedSize (Results 1 – 5 of 5) sorted by relevance
569 static uint32_t GetEncodedSize(const wasm::WasmTag* tag);
1661 uint32_t GetEncodedSize(i::Handle<i::WasmTagObject> tag_object) { in GetEncodedSize() function1667 return i::WasmExceptionPackage::GetEncodedSize(&tag); in GetEncodedSize()1767 uint32_t size = GetEncodedSize(tag_object); in WebAssemblyException()
1845 uint32_t WasmExceptionPackage::GetEncodedSize(const wasm::WasmTag* tag) { in GetEncodedSize() function in v8::internal::WasmExceptionPackage
4367 DCHECK_EQ(index, WasmExceptionPackage::GetEncodedSize(tag)); in GetExceptionValues()4407 int encoded_size = WasmExceptionPackage::GetEncodedSize(imm.tag); in Throw()
2489 uint32_t encoded_size = WasmExceptionPackage::GetEncodedSize(tag); in Throw()2678 DCHECK_EQ(index, WasmExceptionPackage::GetEncodedSize(tag)); in GetExceptionValues()