Home
last modified time | relevance | path

Searched refs:live1 (Results 1 – 3 of 3) sorted by relevance

/art/test/484-checker-register-hints/src/
DMain.java44 int e = live1; in test1()
59 live1 = e + f + g + j; in test1()
79 int e = live1; in test2()
94 live1 = e + f + g + j; in test2()
104 int e = live1; in test3()
109 live1 = e; in test3()
112 live1 = e; in test3()
123 live1 = e + f + g + j; in test3()
131 static int live1; field in Main
/art/test/484-checker-register-hints/smali/
DSmali.smali35 sget v0, LMain;->live1:I
41 sput v0, LMain;->live1:I
47 sput v6, LMain;->live1:I
55 sput v0, LMain;->live1:I
100 sget v0, LMain;->live1:I
106 sput v0, LMain;->live1:I
113 sput v0, LMain;->live1:I
141 sput v4, LMain;->live1:I
/art/compiler/optimizing/
Dcode_generator.h981 RegisterSet* live1 = i1->GetLocations()->GetLiveRegisters(); in HaveSameLiveRegisters() local
983 return (((live1->GetCoreRegisters() & core_spill) == in HaveSameLiveRegisters()
985 ((live1->GetFloatingPointRegisters() & fpu_spill) == in HaveSameLiveRegisters()