Home | History | Annotate | Download | only in out

Lines Matching refs:dex

129  * NOTE: the fast interpreter keeps track of dex pc as a direct pointer to the mapped
130 * dex byte codes. However, the rest of the runtime expects dex pc to be an instruction
132 * current dex pc as a direct pointer using the EXPORT_PC macro, and rely on GetDexPC
133 * to convert to a dex pc when needed.
380 add rPC, rPC, r0, lsl #1 @ Create direct pointer to 1st dex opcode