Home | History | Annotate | Download | only in cctest

Lines Matching refs:Decoder

28 #include "src/arm64/decoder-arm64.h"
29 #include "src/arm64/decoder-arm64-inl.h"
35 // Feed noise into the decoder to check that it doesn't crash.
42 Decoder<DispatchingDecoderVisitor> decoder;
48 decoder.Decode(buffer);
61 Decoder<DispatchingDecoderVisitor> decoder;
65 decoder.AppendVisitor(&disasm);
69 decoder.Decode(buffer);