Searched refs:QuickenInfoTable (Results 1 – 9 of 9) 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_;
560 QuickenInfoTable table(data); in GetIndexFromQuickening()566 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in GetIndexFromQuickening()
274 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt()
123 const QuickenInfoTable existing_quicken_info_;354 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Compile()361 QuickenInfoTable::Builder builder(&quicken_data, GetQuickenedInfo().size()); in Compile()368 CHECK(QuickenInfoTable::NeedsIndexForInstruction(&inst)) << inst.Opcode(); in Compile()
320 QuickenInfoTable quicken_info_;
173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) { in ConnectBasicBlocks()
388 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Build()
1378 const QuickenInfoTable quicken_info(quicken_data); in MethodContainsRSensitiveAccess()1478 if (QuickenInfoTable::NeedsIndexForInstruction(&iter.Inst())) { in MethodContainsRSensitiveAccess()