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

  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 139 LIR *defStart;
175 defStart = (LIR *)cUnit->lastLIRInsn;
180 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
210 LIR *defStart;
256 defStart = (LIR *)cUnit->lastLIRInsn;
265 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 71 struct LIR *defStart; // Starting inst in last def sequence
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 110 struct LIR *defStart; // Starting inst in last def sequence
    [all...]

Completed in 34 milliseconds