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

  /art/compiler/optimizing/
instruction_builder.h 75 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc, size_t quicken_index);
79 uint16_t LookupQuickenedInfo(uint32_t quicken_index);
147 size_t quicken_index);
block_builder.cc 150 size_t quicken_index = 0; local
162 quicken_index_for_dex_pc_.Put(dex_pc, quicken_index);
174 ++quicken_index;
instruction_builder.cc 359 uint32_t quicken_index = 0; local
361 quicken_index = block_builder_->GetQuickenIndex(block_dex_pc);
384 if (!ProcessDexInstruction(pair.Inst(), dex_pc, quicken_index)) {
389 ++quicken_index;
    [all...]
  /art/runtime/
art_method.cc 561 uint32_t quicken_index = 0; local
564 return table.GetData(quicken_index);
567 ++quicken_index;
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 1379 uint32_t quicken_index = 0; member in namespace:art::annotations
    [all...]

Completed in 1678 milliseconds