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

  /art/compiler/dex/quick/
local_optimizations.cc 30 #define LD_LATENCY 2
419 * If the remaining number of slots is less than LD_LATENCY,
422 if (slot < LD_LATENCY) {
436 * the remaining instructions are less than LD_LATENCY.
440 if (((cur_lir->use_mask & prev_lir->def_mask) && prev_is_load) || (slot < LD_LATENCY)) {
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 31 #define LD_LATENCY 2
415 * distance is greater than LD_LATENCY (ie more than enough
429 * the remaining instructions are less than LD_LATENCY.
433 (slot < LD_LATENCY)) {
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 31 #define LD_LATENCY 2
415 * distance is greater than LD_LATENCY (ie more than enough
429 * the remaining instructions are less than LD_LATENCY.
433 (slot < LD_LATENCY)) {

Completed in 1591 milliseconds