Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc223 class StreamingDecoder::DecodeFunctionBody : public DecodingState { class in v8::internal::wasm::StreamingDecoder
225 explicit DecodeFunctionBody(SectionBuffer* section_buffer, in DecodeFunctionBody() function in v8::internal::wasm::StreamingDecoder::DecodeFunctionBody
401 return base::make_unique<DecodeFunctionBody>( in NextWithValue()
407 StreamingDecoder::DecodeFunctionBody::Next(StreamingDecoder* streaming) { in Next()
Dmodule-decoder.h130 void DecodeFunctionBody(uint32_t index, uint32_t size, uint32_t offset,
Dstreaming-decoder.h185 class DecodeFunctionBody; variable
Dmodule-decoder.cc757 DecodeFunctionBody(i, size, offset, verify_functions); in DecodeCodeSection()
771 void DecodeFunctionBody(uint32_t index, uint32_t length, uint32_t offset, in DecodeFunctionBody() function in v8::internal::wasm::ModuleDecoderImpl
1454 void ModuleDecoder::DecodeFunctionBody(uint32_t index, uint32_t length, in DecodeFunctionBody() function in v8::internal::wasm::ModuleDecoder
1456 impl_->DecodeFunctionBody(index, length, offset, verify_functions); in DecodeFunctionBody()
Dfunction-body-decoder-impl.h1265 DecodeFunctionBody(); in Decode()
1408 void DecodeFunctionBody() { in DecodeFunctionBody() function
Dmodule-compiler.cc2716 decoder_.DecodeFunctionBody( in ProcessFunctionBody()