Home
last modified time | relevance | path

Searched refs:QuickenInfoTable (Results 1 – 9 of 9) 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_;
Dart_method.cc551 QuickenInfoTable table(data); in GetIndexFromQuickening()
557 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in GetIndexFromQuickening()
Dvdex_file.cc305 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc123 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()
/art/compiler/optimizing/
Dinstruction_builder.h325 QuickenInfoTable quicken_info_;
Dblock_builder.cc173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) { in ConnectBasicBlocks()
Dinstruction_builder.cc395 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Build()
/art/runtime/dex/
Ddex_file_annotations.cc1357 const QuickenInfoTable quicken_info(quicken_data); in MethodContainsRSensitiveAccess()
1457 if (QuickenInfoTable::NeedsIndexForInstruction(&iter.Inst())) { in MethodContainsRSensitiveAccess()