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

  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 147 if (dvmCompilerIsLive(cUnit, rlSrc.lowReg) ||
217 if (dvmCompilerIsLive(cUnit, rlSrc.lowReg) ||
218 dvmCompilerIsLive(cUnit, rlSrc.highReg) ||
Ralloc.h 164 extern RegisterInfo *dvmCompilerIsLive(CompilationUnit *cUnit, int reg);
RallocUtil.cpp 367 extern RegisterInfo *dvmCompilerIsLive(CompilationUnit *cUnit, int reg)

Completed in 16 milliseconds