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

  /dalvik/vm/compiler/codegen/arm/Thumb/
Ralloc.cpp 29 int dvmCompilerAllocTypedTempPair(CompilationUnit *cUnit, bool fpHint,
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Ralloc.cpp 32 int dvmCompilerAllocTypedTempPair(CompilationUnit *cUnit,
  /dalvik/vm/compiler/codegen/mips/Mips32/
Ralloc.cpp 29 int dvmCompilerAllocTypedTempPair(CompilationUnit *cUnit, bool fpHint,
  /dalvik/vm/compiler/codegen/mips/
Codegen.h 64 extern int dvmCompilerAllocTypedTempPair(CompilationUnit *cUnit,
RallocUtil.cpp 834 newRegs = dvmCompilerAllocTypedTempPair(cUnit, loc.fp, regClass);
855 newRegs = dvmCompilerAllocTypedTempPair(cUnit, loc.fp, regClass);
    [all...]
  /dalvik/vm/compiler/codegen/
Ralloc.h 210 extern int dvmCompilerAllocTypedTempPair(CompilationUnit *cUnit,
RallocUtil.cpp 762 newRegs = dvmCompilerAllocTypedTempPair(cUnit, loc.fp, regClass);
783 newRegs = dvmCompilerAllocTypedTempPair(cUnit, loc.fp, regClass);

Completed in 135 milliseconds