Searched refs:fast (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dmir_optimization.cc1834 // If not fast, weird things can happen and the insn can throw.
1836 bool fast = (df_attributes & DF_DA) != 0 ? field_info.FastGet() : field_info.FastPut(); local
1837 return !fast;
1840 // Also, if not fast, weird things can happen and the insn can throw.
1842 bool fast = (df_attributes & DF_DA) != 0 ? field_info.FastGet() : field_info.FastPut(); local
1845 return !(fast && is_class_initialized);
/art/compiler/dex/quick/
H A Dralloc_util.cc77 // Initialize the fast lookup map.
1246 bool fast = IsInstructionSGet(static_cast<Instruction::Code>(opcode)) local
1249 if (fast && (cu_->enable_debug & (1 << kDebugSlowFieldPath)) == 0) {

Completed in 244 milliseconds