Home
last modified time | relevance | path

Searched refs:live (Results 1 – 11 of 11) sorted by relevance

/dalvik/dx/tests/094-scala-locals/
Dexpected.txt6 live in:{}
9 live out:{}
12 live in:{}
15 live out:{}
18 live in:{}
22 live out:{}
25 live in:{}
28 live out:{}
31 live in:{}
35 live out:{}
[all …]
/dalvik/dx/tests/086-ssa-edge-split/
Dexpected.txt6 live in:{}
10 live out:{}
13 live in:{}
17 live out:{}
20 live in:{}
23 live out:{}
26 live in:{}
29 live out:{}
31 live in:{}
34 live out:{}
[all …]
/dalvik/dx/tests/087-ssa-local-vars/
Dexpected.txt6 live in:{}
10 live out:{2}
13 live in:{2}
17 live out:{}
20 live in:{}
23 live out:{}
26 live in:{}
29 live out:{}
31 live in:{}
34 live out:{}
[all …]
/dalvik/dx/tests/083-ssa-phi-placement/
Dexpected.txt6 live in:{}
10 live out:{}
13 live in:{}
18 live out:{}
21 live in:{}
24 live out:{}
27 live in:{}
30 live out:{}
32 live in:{}
35 live out:{}
[all …]
/dalvik/vm/hprof/
DHprofStack.c35 u1 live; member
53 stackTraceEntry->live = 0; in hprofStartup_Stack()
75 if (!stackTraceEntry->live) { in hprofShutdown_Stack()
147 val->live = 1; in hprofLookupStackSerialNumber()
DHprofStack.h28 unsigned char live; member
DHprofStackFrame.c45 stackFrameEntry->live = 0; in hprofStartup_StackFrame()
99 if (!stackFrameEntry->live) { in hprofShutdown_StackFrame()
170 val->live = 1; in hprofLookupStackFrameId()
/dalvik/dx/tests/032-bb-live-code/
Dinfo.txt2 includes as live code all code which could possibly be flowed
Dblort.j26 ; Test that an exception handler for a live range is enlivened.
45 ; Test that an exception handler for a live range is dead as long as
/dalvik/libdex/
DDexFile.c983 bool live; member
989 if (localCb != NULL && localInReg[reg].live) { in emitLocalCbIfLive()
1038 localInReg[argReg].live = true; in dexDecodeDebugInfo()
1074 localInReg[reg].live = true; in dexDecodeDebugInfo()
1112 localInReg[reg].live = true; in dexDecodeDebugInfo()
1120 localInReg[reg].live = false; in dexDecodeDebugInfo()
1136 if (!localInReg[reg].live) { in dexDecodeDebugInfo()
1138 localInReg[reg].live = true; in dexDecodeDebugInfo()
/dalvik/vm/mterp/
DNOTES.txt62 can find it, and use a live-precise GC to ignore the value.