Searched refs:Bytes (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2983 StreamingMemoryObject *Bytes = new StreamingMemoryObject(LazyStreamer); local
2984 StreamFile.reset(new BitstreamReader(Bytes));
2988 if (Bytes->readBytes(0, 16, buf) == -1)
2998 Bytes->dropLeadingBytes(bitcodeStart - buf);
2999 Bytes->setKnownObjectSize(bitcodeEnd - bitcodeStart);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3322 StreamingMemoryObject *Bytes = new StreamingMemoryObject(LazyStreamer); local
3323 StreamFile.reset(new BitstreamReader(Bytes));
3327 if (Bytes->readBytes(0, 16, buf) == -1)
3337 Bytes->dropLeadingBytes(bitcodeStart - buf);
3338 Bytes->setKnownObjectSize(bitcodeEnd - bitcodeStart);

Completed in 37 milliseconds