Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc154 class DecodeFunctionBody;
500 class AsyncStreamingDecoder::DecodeFunctionBody : public DecodingState { class in v8::internal::wasm::AsyncStreamingDecoder
502 explicit DecodeFunctionBody(SectionBuffer* section_buffer, in DecodeFunctionBody() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeFunctionBody
694 return std::make_unique<DecodeFunctionBody>( in NextWithValue()
700 AsyncStreamingDecoder::DecodeFunctionBody::Next( in Next()
Dmodule-decoder.h230 void DecodeFunctionBody(uint32_t index, uint32_t size, uint32_t offset,
Dmodule-decoder.cc1118 DecodeFunctionBody(i, size, offset, verify_functions); in DecodeCodeSection()
1141 void DecodeFunctionBody(uint32_t index, uint32_t length, uint32_t offset, in DecodeFunctionBody() function in v8::internal::wasm::ModuleDecoderImpl
1939 decoder.DecodeFunctionBody(); in consume_init_expr()
2303 void ModuleDecoder::DecodeFunctionBody(uint32_t index, uint32_t length, in DecodeFunctionBody() function in v8::internal::wasm::ModuleDecoder
2305 impl_->DecodeFunctionBody(index, length, offset, verify_functions); in DecodeFunctionBody()
Dmodule-instantiate.cc939 decoder.DecodeFunctionBody(); in EvaluateInitExpression()
Dfunction-body-decoder-impl.h2260 DecodeFunctionBody();
2347 void DecodeFunctionBody() {
Dmodule-compiler.cc2869 decoder_.DecodeFunctionBody( in ProcessFunctionBody()