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

  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 140 LIR *defEnd;
179 defEnd = (LIR *)cUnit->lastLIRInsn;
180 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
211 LIR *defEnd;
264 defEnd = (LIR *)cUnit->lastLIRInsn;
265 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 72 struct LIR *defEnd; // Ending inst in last def sequence
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 111 struct LIR *defEnd; // Ending inst in last def sequence
    [all...]

Completed in 20 milliseconds