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

  /art/compiler/dex/quick/x86/
target_x86.cc 440 int num_fp_temps = sizeof(fp_temps)/sizeof(*fp_temps); local
461 for (int i = 0; i < num_fp_temps; i++) {
  /art/compiler/dex/quick/arm/
target_arm.cc 540 int num_fp_temps = sizeof(fp_temps)/sizeof(*fp_temps); local
563 for (int i = 0; i < num_fp_temps; i++) {
  /art/compiler/dex/quick/mips/
target_mips.cc 464 int num_fp_temps = sizeof(fp_temps)/sizeof(*fp_temps); local
487 for (int i = 0; i < num_fp_temps; i++) {

Completed in 28 milliseconds