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

  /art/test/484-checker-register-hints/src/
Main.java 45 int f = live2;
80 int f = live2;
117 int f = live2;
144 static int live2; field in class:Main
  /art/compiler/optimizing/
code_generator.h 751 RegisterSet* live2 = i2->GetLocations()->GetLiveRegisters(); local
753 (live2->GetCoreRegisters() & core_spill)) &&
755 (live2->GetFloatingPointRegisters() & fpu_spill)));

Completed in 145 milliseconds