Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc144 class DecodeVarInt32;
356 class AsyncStreamingDecoder::DecodeVarInt32 : public DecodingState { class in v8::internal::wasm::AsyncStreamingDecoder
358 explicit DecodeVarInt32(size_t max_value, const char* field_name) in DecodeVarInt32() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32
415 class AsyncStreamingDecoder::DecodeSectionLength : public DecodeVarInt32 {
418 : DecodeVarInt32(max_module_size(), "section length"), in DecodeSectionLength()
445 class AsyncStreamingDecoder::DecodeNumberOfFunctions : public DecodeVarInt32 {
448 : DecodeVarInt32(kV8MaxWasmFunctions, "functions count"), in DecodeNumberOfFunctions()
458 class AsyncStreamingDecoder::DecodeFunctionLength : public DecodeVarInt32 {
463 : DecodeVarInt32(kV8MaxWasmFunctionSize, "body size"), in DecodeFunctionLength()
509 size_t AsyncStreamingDecoder::DecodeVarInt32::ReadBytes( in ReadBytes()
[all …]