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

  /dalvik/vm/compiler/codegen/
Ralloc.h 181 extern int dvmCompilerAllocFreeTemp(CompilationUnit *cUnit);
RallocUtil.cpp 281 extern int dvmCompilerAllocFreeTemp(CompilationUnit *cUnit)
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 663 int rTmp = dvmCompilerAllocFreeTemp(cUnit);
669 int rTmp = (rBase == rDest) ? dvmCompilerAllocFreeTemp(cUnit)

Completed in 18 milliseconds