Lines Matching full:byte
87 TreeResult VerifyWasmCode(FunctionEnv* env, const byte* base, const byte* start,
88 const byte* end);
89 TreeResult BuildTFGraph(TFBuilder* builder, FunctionEnv* env, const byte* base,
90 const byte* start, const byte* end);
92 inline TreeResult VerifyWasmCode(FunctionEnv* env, const byte* start,
93 const byte* end) {
98 const byte* start, const byte* end) {
104 ReadUnsignedLEB128ErrorCode ReadUnsignedLEB128Operand(const byte*, const byte*,
108 int OpcodeLength(const byte* pc);
111 int OpcodeArity(FunctionEnv* env, const byte* pc);