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

  /art/compiler/optimizing/
block_builder.cc 125 size_t quicken_index = 0; local
136 quicken_index_for_dex_pc_.Put(dex_pc, quicken_index);
148 ++quicken_index;
instruction_builder.h 87 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc, size_t quicken_index);
91 uint16_t LookupQuickenedInfo(uint32_t quicken_index);
164 size_t quicken_index);
instruction_builder.cc 316 uint32_t quicken_index = 0; local
318 quicken_index = block_builder_->GetQuickenIndex(block_dex_pc);
341 if (!ProcessDexInstruction(it.CurrentInstruction(), dex_pc, quicken_index)) {
346 ++quicken_index;
    [all...]

Completed in 65 milliseconds