Searched defs:note (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/
H A DDataflow.cpp822 const char *note)
844 if (note)
845 strcat(buffer, note);
821 dvmCompilerGetDalvikDisassembly(const DecodedInstruction *insn, const char *note) argument
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp4328 const char *note; local
4330 note = " (I)";
4332 note = " (PI)";
4334 note = " (C)";
4336 note = NULL;
4350 &mir->dalvikInsn, note));

Completed in 94 milliseconds