HomeSort by relevance Sort by last modified time
    Searched refs:DecodeFunctionBody (Results 1 - 6 of 6) sorted by null

  /external/v8/src/wasm/
streaming-decoder.cc 223 class StreamingDecoder::DecodeFunctionBody : public DecodingState {
225 explicit DecodeFunctionBody(SectionBuffer* section_buffer,
401 return base::make_unique<DecodeFunctionBody>(
407 StreamingDecoder::DecodeFunctionBody::Next(StreamingDecoder* streaming) {
408 TRACE_STREAMING("DecodeFunctionBody\n");
module-decoder.h 130 void DecodeFunctionBody(uint32_t index, uint32_t size, uint32_t offset,
streaming-decoder.h 144 // ------------------------------------- DecodeFunctionBody
185 class DecodeFunctionBody;
module-decoder.cc 757 DecodeFunctionBody(i, size, offset, verify_functions);
771 void DecodeFunctionBody(uint32_t index, uint32_t length, uint32_t offset,
    [all...]
function-body-decoder-impl.h     [all...]
module-compiler.cc     [all...]

Completed in 112 milliseconds