Home
last modified time | relevance | path

Searched defs:DecodeFunctionBody (Results 1 – 4 of 4) 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
Dstreaming-decoder.h185 class DecodeFunctionBody; variable
Dmodule-decoder.cc771 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
Dfunction-body-decoder-impl.h1408 void DecodeFunctionBody() { in DecodeFunctionBody() function