HomeSort by relevance Sort by last modified time
    Searched refs:lastLIRInsn (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.cpp 30 thisLIR != (ArmLIR *) cUnit->lastLIRInsn;
50 * Need to explicitly check the lastLIRInsn here since with
55 (nextLIR = (ArmLIR *) cUnit->lastLIRInsn))
CodegenDriver.cpp 250 thisLIR != (ArmLIR *) cUnit->lastLIRInsn;
    [all...]
  /dalvik/vm/compiler/
IntermediateRep.cpp 84 assert(cUnit->lastLIRInsn == NULL);
85 cUnit->lastLIRInsn = cUnit->firstLIRInsn = lir;
88 cUnit->lastLIRInsn->next = lir;
89 lir->prev = cUnit->lastLIRInsn;
91 cUnit->lastLIRInsn = lir;
CompilerIR.h 210 LIR *lastLIRInsn;
  /dalvik/vm/compiler/codegen/mips/
GlobalOptimizations.cpp 30 thisLIR != (MipsLIR *) cUnit->lastLIRInsn;
50 * Need to explicitly check the lastLIRInsn here since with
55 (nextLIR = (MipsLIR *) cUnit->lastLIRInsn))
71 thisLIR != (MipsLIR *) cUnit->lastLIRInsn;
85 nextLIR != (MipsLIR *) cUnit->lastLIRInsn;
193 thisLIR != (MipsLIR *) cUnit->lastLIRInsn;
388 MipsLIR *lastLIR =(MipsLIR *) cUnit->lastLIRInsn;
CodegenFactory.cpp 167 defStart = (LIR *)cUnit->lastLIRInsn;
171 defEnd = (LIR *)cUnit->lastLIRInsn;
247 defStart = (LIR *)cUnit->lastLIRInsn;
255 defEnd = (LIR *)cUnit->lastLIRInsn;
CodegenDriver.cpp 316 thisLIR != (MipsLIR *) cUnit->lastLIRInsn;
    [all...]
  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 175 defStart = (LIR *)cUnit->lastLIRInsn;
179 defEnd = (LIR *)cUnit->lastLIRInsn;
256 defStart = (LIR *)cUnit->lastLIRInsn;
264 defEnd = (LIR *)cUnit->lastLIRInsn;
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 415 cUnit->lastLIRInsn);
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [all...]

Completed in 146 milliseconds