Home
last modified time | relevance | path

Searched defs:fast (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_optimization.cc1836 bool fast = (df_attributes & DF_DA) != 0 ? field_info.FastGet() : field_info.FastPut(); in CanThrow() local
1842 bool fast = (df_attributes & DF_DA) != 0 ? field_info.FastGet() : field_info.FastPut(); in CanThrow() local
/art/compiler/dex/quick/
Dralloc_util.cc1246 bool fast = IsInstructionSGet(static_cast<Instruction::Code>(opcode)) in AnalyzeMIR() local