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
8590 @ Want to cond code the next mov so we can avoid branch, but don't see it;
9472 * interleave a little better. Increases code size.
9608 * the code cache lookup otherwise it is possible to indefinitely bouce
9609 * between the interpreter and the code cache if the instruction that fails
9760 * rGLUE & rFP were preserved in the translated code, and rPC has
9771 * Common code to update potential trace start counter, and initiate
9888 * Common code when a backward branch is taken.
10006 * Common code for method invocation with range.
10032 * Common code for method invocation without range.
10206 * Common code for method invocation, calling through "glue code".
10234 * Common code for handling a return instruction.
10265 cmp r10, #0 @ caller is compiled code
10279 * Return handling, calls through "glue code".
10293 * If the exception processing code returns to us (instead of falling
10326 mov r1, r1, asr #1 @ r1<- offset in code units
10328 /* call, r0 gets catchRelPc (a code-unit offset) */
10411 * Exception handling, calls through "glue code".
10485 * processing code.
10624 * String references, must be close to the code that uses them.