Searched refs:readName (Results 1 – 9 of 9) sorted by relevance
57 StringRef stringRef = dataStream.readName(); in deserializeNullableString()
75 return new SmaliMethodStub(parentStub, dataStream.readName().getString()); in deserialize()
66 smaliTypeNames[i] = dataStream.readName().getString(); in deserialize()
79 return new SmaliMethodParameterStub(parentStub, dataStream.readName().getString(), in deserialize()
92 dataStream.readName().getString()); in deserialize()
357 Error RawInstrProfReader<IntPtrT>::readName(InstrProfRecord &Record) { in readName() function in RawInstrProfReader433 if (Error E = readName(Record)) in readNextRecord()
379 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName() function in RawInstrProfReader454 if (Error E = readName(Record)) in readNextRecord()
225 Error readName(InstrProfRecord &Record);
244 Error readName(NamedInstrProfRecord &Record);