Lines Matching refs:dest
224 int dest = lir->operands[0]; in dvmDumpLIRInsn() local
238 DUMP_SSA_REP(ALOGD("-------- %s", (char *) dest)); in dvmDumpLIRInsn()
242 ALOGD("-------- chaining cell (backward branch): 0x%04x", dest); in dvmDumpLIRInsn()
246 ALOGD("-------- chaining cell (normal): 0x%04x", dest); in dvmDumpLIRInsn()
250 ALOGD("-------- chaining cell (hot): 0x%04x", dest); in dvmDumpLIRInsn()
255 dest ? ((Method *) dest)->clazz->descriptor : "", in dvmDumpLIRInsn()
256 dest ? ((Method *) dest)->name : "N/A"); in dvmDumpLIRInsn()
261 ((Method *)dest)->clazz->descriptor, in dvmDumpLIRInsn()
262 ((Method *)dest)->name, in dvmDumpLIRInsn()
263 ((Method *)dest)->insns); in dvmDumpLIRInsn()
266 ALOGD("-------- entry offset: 0x%04x", dest); in dvmDumpLIRInsn()
269 ALOGD("-------- dalvik offset: 0x%04x @ %s", dest, in dvmDumpLIRInsn()
273 ALOGD("-------- exit offset: 0x%04x", dest); in dvmDumpLIRInsn()
280 ALOGD("-------- reconstruct dalvik PC : 0x%04x @ +0x%04x", dest, in dvmDumpLIRInsn()