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
1512 * instruction epilogue code. The multi-compare approach below needs
1554 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1591 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1628 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1665 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1702 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1739 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1773 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1810 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1847 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1884 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1921 FETCH_S(r9, 1) @ r9<- branch offset, in code units
1958 FETCH_S(r9, 1) @ r9<- branch offset, in code units
3278 * method invocation code, and use a flag to indicate that static
3440 * method invocation code, and use a flag to indicate that static
8592 @ Want to cond code the next mov so we can avoid branch, but don't see it;
9478 * interleave a little better. Increases code size.
9614 * the code cache lookup otherwise it is possible to indefinitely bouce
9615 * between the interpreter and the code cache if the instruction that fails
9766 * rGLUE & rFP were preserved in the translated code, and rPC has
9777 * Common code to update potential trace start counter, and initiate
9894 * Common code when a backward branch is taken.
10012 * Common code for method invocation with range.
10038 * Common code for method invocation without range.
10212 * Common code for method invocation, calling through "glue code".
10240 * Common code for handling a return instruction.
10271 cmp r10, #0 @ caller is compiled code
10285 * Return handling, calls through "glue code".
10299 * If the exception processing code returns to us (instead of falling
10332 mov r1, r1, asr #1 @ r1<- offset in code units
10334 /* call, r0 gets catchRelPc (a code-unit offset) */
10417 * Exception handling, calls through "glue code".
10491 * processing code.
10630 * String references, must be close to the code that uses them.