Home
last modified time | relevance | path

Searched refs: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
1837 return !fast; in CanThrow()
1842 bool fast = (df_attributes & DF_DA) != 0 ? field_info.FastGet() : field_info.FastPut(); in CanThrow() local
1845 return !(fast && is_class_initialized); in CanThrow()
/art/compiler/dex/quick/
Dralloc_util.cc1246 bool fast = IsInstructionSGet(static_cast<Instruction::Code>(opcode)) in AnalyzeMIR() local
1249 if (fast && (cu_->enable_debug & (1 << kDebugSlowFieldPath)) == 0) { in AnalyzeMIR()