Searched refs:dvmCompilerLiveOut (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DCodegenFactory.c166 if (dvmCompilerLiveOut(cUnit, rlDest.sRegLow)) {
245 if (dvmCompilerLiveOut(cUnit, rlDest.sRegLow) ||
246 dvmCompilerLiveOut(cUnit, dvmCompilerSRegHi(rlDest.sRegLow))) {
H A DRalloc.h71 static inline bool dvmCompilerLiveOut(CompilationUnit *cUnit, int sReg) function

Completed in 277 milliseconds