Lines Matching refs:Decoder
10 #include "src/wasm/decoder.h"
19 int ExtractDirectCallIndex(wasm::Decoder& decoder, const byte* pc) {
21 decoder.Reset(pc + 1, pc + 6);
22 uint32_t call_idx = decoder.consume_u32v("call index");
23 DCHECK(decoder.ok());
45 decoder(nullptr, nullptr) {
55 Decoder decoder;
230 patch_direct_calls_helper->decoder,