Home | History | Annotate | Download | only in libdex

Lines Matching full:stream

135         ALOGE("Invalid debug info stream. class %s; proto %s",
149 const u1* stream,
154 u4 line = readUnsignedLeb128(&stream);
155 u4 parametersSize = readUnsignedLeb128(&stream);
189 name = readStringIdx(pDexFile, &stream);
212 u1 opcode = *stream++;
220 address += readUnsignedLeb128(&stream);
224 line += readSignedLeb128(&stream);
229 reg = readUnsignedLeb128(&stream);
239 localInReg[reg].name = readStringIdx(pDexFile, &stream);
240 localInReg[reg].descriptor = readTypeIdx(pDexFile, &stream);
243 = readStringIdx(pDexFile, &stream);
252 reg = readUnsignedLeb128(&stream);
263 reg = readUnsignedLeb128(&stream);
321 const u1* stream = dexGetDebugInfoStream(pDexFile, pCode);
326 if (stream != NULL) {
328 posCb, localCb, cnxt, stream, localInReg);