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

  /dalvik/vm/compiler/codegen/arm/
CodegenFactory.c 134 LIR *defEnd;
173 defEnd = (LIR *)cUnit->lastLIRInsn;
174 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
208 LIR *defEnd;
262 defEnd = (LIR *)cUnit->lastLIRInsn;
263 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
ArmLIR.h 111 struct LIR *defEnd; // Ending inst in last def sequence
    [all...]

Completed in 201 milliseconds