HomeSort by relevance Sort by last modified time
    Searched refs:QuickenInfoTable (Results 1 - 8 of 8) sorted by null

  /art/runtime/
quicken_info.h 27 // QuickenInfoTable is a table of 16 bit dex indices. There is one slot for every instruction that
29 class QuickenInfoTable {
46 explicit QuickenInfoTable(ArrayRef<const uint8_t> data)
68 QuickenInfoTable table(data);
80 DISALLOW_COPY_AND_ASSIGN(QuickenInfoTable);
dex_to_dex_decompiler.cc 81 const QuickenInfoTable quicken_info_;
vdex_file.cc 264 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining));
art_method.cc 587 QuickenInfoTable table(data);
593 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) {
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 121 const QuickenInfoTable existing_quicken_info_;
352 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) {
359 QuickenInfoTable::Builder builder(&quicken_data, GetQuickenedInfo().size());
366 CHECK(QuickenInfoTable::NeedsIndexForInstruction(&inst)) << inst.Opcode();
  /art/compiler/optimizing/
instruction_builder.h 333 QuickenInfoTable quicken_info_;
block_builder.cc 173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) {
instruction_builder.cc 388 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) {
    [all...]

Completed in 159 milliseconds