Home
last modified time | relevance | path

Searched refs:QuickenInfoTable (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dquicken_info.h29 class QuickenInfoTable {
46 explicit QuickenInfoTable(ArrayRef<const uint8_t> data) in QuickenInfoTable() function
68 QuickenInfoTable table(data); in SizeInBytes()
80 DISALLOW_COPY_AND_ASSIGN(QuickenInfoTable);
Ddex_to_dex_decompiler.cc81 const QuickenInfoTable quicken_info_;
Dvdex_file.cc264 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt()
Dart_method.cc587 QuickenInfoTable table(data); in GetIndexFromQuickening()
593 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in GetIndexFromQuickening()
/art/compiler/dex/
Ddex_to_dex_compiler.cc121 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()
/art/compiler/optimizing/
Dinstruction_builder.h333 QuickenInfoTable quicken_info_;
Dblock_builder.cc173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) { in ConnectBasicBlocks()
Dinstruction_builder.cc388 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Build()