Searched refs:DecodeFunctionBody (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | streaming-decoder.cc | 154 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()
|
D | module-decoder.h | 230 void DecodeFunctionBody(uint32_t index, uint32_t size, uint32_t offset,
|
D | module-decoder.cc | 1118 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()
|
D | module-instantiate.cc | 939 decoder.DecodeFunctionBody(); in EvaluateInitExpression()
|
D | function-body-decoder-impl.h | 2260 DecodeFunctionBody(); 2347 void DecodeFunctionBody() {
|
D | module-compiler.cc | 2869 decoder_.DecodeFunctionBody( in ProcessFunctionBody()
|