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

/art/test/484-checker-register-hints/src/
H A DMain.java44 int e = live1;
59 live1 = e + f + g + j;
79 int e = live1;
94 live1 = e + f + g + j;
116 int e = live1;
121 live1 = e;
124 live1 = e;
135 live1 = e + f + g + j;
143 static int live1; field in class:Main
/art/compiler/optimizing/
H A Dcode_generator.h750 RegisterSet* live1 = i1->GetLocations()->GetLiveRegisters(); local
752 return (((live1->GetCoreRegisters() & core_spill) ==
754 ((live1->GetFloatingPointRegisters() & fpu_spill) ==

Completed in 423 milliseconds