Home | History | Annotate | Download | only in out

Lines Matching refs:code

66   r7  rINST     first 16-bit code unit of current instruction
116 * to point to the next instruction. "_count" is in 16-bit code units.
138 * in bytes, *not* 16-bit code units, and may be a signed value.
148 * Fetch a half-word code unit from an offset past the current PC. The
149 * "_count" value is in 16-bit code units. Does not advance rPC.
267 * We don't have formal stack frames, so gdb scans upward in the code
1152 * The branch distance is a signed code-unit offset, which we need to
1180 * The branch distance is a signed code-unit offset, which we need to
1208 * The branch distance is a signed code-unit offset, which we need to
1256 bl dvmInterpHandlePackedSwitch @ r0<- code-unit branch offset
1295 bl dvmInterpHandleSparseSwitch @ r0<- code-unit branch offset
1490 * instruction epilogue code. The multi-compare approach below needs
1532 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1569 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1606 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1643 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1680 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1717 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1751 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1788 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1825 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1862 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1899 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1936 FETCH_S(r9, 1) @ r9<- branch offset, in code units
3256 * method invocation code, and use a flag to indicate that static
3418 * method invocation code, and use a flag to indicate that static
8114 @ Want to cond code the next mov so we can avoid branch, but don't see it;
8996 * interleave a little better. Increases code size.
9132 * the code cache lookup otherwise it is possible to indefinitely bouce
9133 * between the interpreter and the code cache if the instruction that fails
9284 * rGLUE & rFP were preserved in the translated code, and rPC has
9295 * Common code to update potential trace start counter, and initiate
9412 * Common code when a backward branch is taken.
9530 * Common code for method invocation with range.
9556 * Common code for method invocation without range.
9730 * Common code for method invocation, calling through "glue code".
9758 * Common code for handling a return instruction.
9789 cmp r10, #0 @ caller is compiled code
9803 * Return handling, calls through "glue code".
9817 * If the exception processing code returns to us (instead of falling
9850 mov r1, r1, asr #1 @ r1<- offset in code units
9852 /* call, r0 gets catchRelPc (a code-unit offset) */
9935 * Exception handling, calls through "glue code".
10009 * processing code.
10148 * String references, must be close to the code that uses them.