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

  /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 37 milliseconds