Searched refs:func_bytes (Results 1 – 1 of 1) sorted by relevance
70 Vector<const byte> func_bytes = wire_bytes.GetFunctionBytes(fun); in PrintWasmText() local71 BytecodeIterator i(func_bytes.begin(), func_bytes.end(), &decls); in PrintWasmText()72 DCHECK_LT(func_bytes.begin(), i.pc()); in PrintWasmText()