Lines Matching defs:byte
31 inline bool IsValidSectionCode(uint8_t byte) {
32 return kTypeSectionCode <= byte && byte <= kLastKnownModuleSection;
155 const WasmFeatures& enabled, const byte* module_start,
156 const byte* module_end, bool verify_functions, ModuleOrigin origin,
164 const WasmFeatures& enabled, Zone* zone, const byte* start,
165 const byte* end);
171 const WasmModule* module, const byte* function_start,
172 const byte* function_end, Counters* counters);
175 DecodeWasmInitExprForTesting(const WasmFeatures& enabled, const byte* start,
176 const byte* end, ValueType expected);
185 const byte* start, const byte* end);
187 // Extracts the mapping from wasm byte offset to asm.js source position per
195 void DecodeFunctionNames(const byte* module_start, const byte* module_end,