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

  /dalvik/vm/compiler/codegen/arm/Thumb/
Ralloc.cpp 41 int dvmCompilerAllocTypedTemp(CompilationUnit *cUnit, bool fpHint, int regClass)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Ralloc.cpp 54 int dvmCompilerAllocTypedTemp(CompilationUnit *cUnit, bool fpHint,
  /dalvik/vm/compiler/codegen/
Ralloc.h 213 extern int dvmCompilerAllocTypedTemp(CompilationUnit *cUnit, bool fpHint,
RallocUtil.cpp 808 newReg = dvmCompilerAllocTypedTemp(cUnit, loc.fp, regClass);
819 newReg = dvmCompilerAllocTypedTemp(cUnit, loc.fp, regClass);

Completed in 1282 milliseconds