Searched refs:local (Results 26 - 33 of 33) sorted by relevance

12

/dalvik/dx/src/com/android/dx/ssa/
H A DSsaRenamer.java86 /** map of SSA register number to debug (local var names) or null of n/a */
208 * Gets a local variable item for a specified register.
222 * Records a debug (local variable) name for a specified register.
228 LocalItem local = ssaReg.getLocalItem();
235 ssaRegToLocalItems.set(reg, local);
291 * contains the set of moves we need to keep to preserve local
418 * an SSA register spec has received or lost a local variable name,
420 * lose its local variable name as well.
421 * <li> Records the local name associated with the
423 * local
[all...]
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java1017 LocalVariableList.Item local =
1019 RegisterSpec result = (local == null) ?
1021 RegisterSpec.makeLocalOptional(at, one, local.getLocalItem());
/dalvik/dx/src/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java39 * method parameters and all SSAregisters representing the same local variable
43 /** local debug flag */
46 /** maps local variable to a list of associated SSA registers */
67 /** set of rop registers reserved for parameters or local variables */
129 if (DEBUG) System.out.println("--->Mapping local-associated params");
139 System.out.println("--->Mapping local-associated non-params");
156 * Dumps local variable table to stdout for debugging.
159 System.out.println("Printing local vars");
177 * Maps all local-associated parameters to rop registers.
185 // First, find out if this local variabl
[all...]
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S251 * have nothing but assembler-local labels between the entry point and
7975 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
16483 /* set up args and a local for "&fp" */
H A DInterpAsm-armv7-a-neon.S265 * have nothing but assembler-local labels between the entry point and
7929 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
16420 /* set up args and a local for "&fp" */
H A DInterpAsm-armv7-a.S265 * have nothing but assembler-local labels between the entry point and
7929 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
16420 /* set up args and a local for "&fp" */
H A DInterpAsm-armv5te.S251 * have nothing but assembler-local labels between the entry point and
8297 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
16941 /* set up args and a local for "&fp" */
H A DInterpAsm-mips.S1232 li a2, ALLOC_DONT_TRACK # don't track in local refs table
11883 /* set up args and a local for "&fp" */

Completed in 4453 milliseconds

12