Lines Matching refs:dest
301 int dest = lir->operands[0]; in dvmDumpLIRInsn() local
313 ALOGD("-------- %s", (char *) dest); in dvmDumpLIRInsn()
316 DUMP_SSA_REP(LOGD("-------- %s", (char *) dest)); in dvmDumpLIRInsn()
320 ALOGD("-------- chaining cell (backward branch): 0x%04x", dest); in dvmDumpLIRInsn()
324 ALOGD("-------- chaining cell (normal): 0x%04x", dest); in dvmDumpLIRInsn()
328 ALOGD("-------- chaining cell (hot): 0x%04x", dest); in dvmDumpLIRInsn()
333 dest ? ((Method *) dest)->clazz->descriptor : "", in dvmDumpLIRInsn()
334 dest ? ((Method *) dest)->name : "N/A"); in dvmDumpLIRInsn()
339 ((Method *)dest)->clazz->descriptor, in dvmDumpLIRInsn()
340 ((Method *)dest)->name, in dvmDumpLIRInsn()
341 ((Method *)dest)->insns); in dvmDumpLIRInsn()
344 ALOGD("-------- entry offset: 0x%04x", dest); in dvmDumpLIRInsn()
347 ALOGD("-------- dalvik offset: 0x%04x @ %s", dest, in dvmDumpLIRInsn()
351 ALOGD("-------- exit offset: 0x%04x", dest); in dvmDumpLIRInsn()
358 ALOGD("-------- reconstruct dalvik PC : 0x%04x @ +0x%04x", dest, in dvmDumpLIRInsn()