HomeSort by relevance Sort by last modified time
    Searched defs:defStart (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/codegen/arm/
CodegenFactory.c 133 LIR *defStart;
169 defStart = (LIR *)cUnit->lastLIRInsn;
174 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
207 LIR *defStart;
254 defStart = (LIR *)cUnit->lastLIRInsn;
263 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
ArmLIR.h 110 struct LIR *defStart; // Starting inst in last def sequence
    [all...]

Completed in 728 milliseconds