Searched refs:QuickenInfoTable (Results 1 – 8 of 8) sorted by relevance
29 class QuickenInfoTable {46 explicit QuickenInfoTable(ArrayRef<const uint8_t> data) in QuickenInfoTable() function68 QuickenInfoTable table(data); in SizeInBytes()80 DISALLOW_COPY_AND_ASSIGN(QuickenInfoTable);
81 const QuickenInfoTable quicken_info_;
264 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt()
587 QuickenInfoTable table(data); in GetIndexFromQuickening()593 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in GetIndexFromQuickening()
121 const QuickenInfoTable existing_quicken_info_;352 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Compile()359 QuickenInfoTable::Builder builder(&quicken_data, GetQuickenedInfo().size()); in Compile()366 CHECK(QuickenInfoTable::NeedsIndexForInstruction(&inst)) << inst.Opcode(); in Compile()
333 QuickenInfoTable quicken_info_;
173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) { in ConnectBasicBlocks()
388 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Build()