Home
last modified time | relevance | path

Searched refs:dvmCompilerAllocTypedTemp (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb/
DRalloc.cpp41 int dvmCompilerAllocTypedTemp(CompilationUnit *cUnit, bool fpHint, int regClass) in dvmCompilerAllocTypedTemp() function
/dalvik/vm/compiler/codegen/arm/Thumb2/
DRalloc.cpp54 int dvmCompilerAllocTypedTemp(CompilationUnit *cUnit, bool fpHint, in dvmCompilerAllocTypedTemp() function
/dalvik/vm/compiler/codegen/
DRalloc.h213 extern int dvmCompilerAllocTypedTemp(CompilationUnit *cUnit, bool fpHint,
DRallocUtil.cpp808 newReg = dvmCompilerAllocTypedTemp(cUnit, loc.fp, regClass); in dvmCompilerEvalLoc()
819 newReg = dvmCompilerAllocTypedTemp(cUnit, loc.fp, regClass); in dvmCompilerEvalLoc()