Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc488 function_body_length_(function_body_length), in DecodeFunctionBody()
495 return remaining_buffer.SubVector(0, function_body_length_); in buffer()
504 const size_t function_body_length_; member in v8::internal::wasm::AsyncStreamingDecoder::DecodeFunctionBody
681 size_t end_offset = buffer_offset_ + function_body_length_; in Next()