Searched refs:dvmCompilerGetDest (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/compiler/codegen/
H A DRalloc.h134 extern RegLocation dvmCompilerGetDest(CompilationUnit *cUnit, MIR *mir,
H A DRallocUtil.cpp846 extern RegLocation dvmCompilerGetDest(CompilationUnit *cUnit, MIR *mir, function
865 lowLoc = dvmCompilerGetDest(cUnit, mir, low);
866 highLoc = dvmCompilerGetDest(cUnit, mir, high);
/dalvik/vm/compiler/codegen/mips/
H A DRalloc.h138 extern RegLocation dvmCompilerGetDest(CompilationUnit *cUnit, MIR *mir,
H A DCodegenDriver.cpp97 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
420 RegLocation rlDest = dvmCompilerGetDest(cUnit, mir, 0);
953 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1579 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1613 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1661 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1677 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1722 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1886 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1962 RegLocation rlDest = dvmCompilerGetDest(cUni
[all...]
H A DCodegenCommon.cpp354 return dvmCompilerGetDest(cUnit, mir->next, 0);
H A DRallocUtil.cpp918 extern RegLocation dvmCompilerGetDest(CompilationUnit *cUnit, MIR *mir, function
937 lowLoc = dvmCompilerGetDest(cUnit, mir, low);
938 highLoc = dvmCompilerGetDest(cUnit, mir, high);
/dalvik/vm/compiler/codegen/mips/FP/
H A DMipsFP.cpp304 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
361 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp69 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
354 RegLocation rlDest = dvmCompilerGetDest(cUnit, mir, 0);
916 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1519 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1553 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1601 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1617 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1662 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1824 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
1916 RegLocation rlDest = dvmCompilerGetDest(cUni
[all...]
H A DCodegenCommon.cpp348 return dvmCompilerGetDest(cUnit, mir->next, 0);
/dalvik/vm/compiler/codegen/arm/FP/
H A DThumbVFP.cpp211 rlDest = dvmCompilerGetDest(cUnit, mir, 0);
H A DThumb2VFP.cpp177 rlDest = dvmCompilerGetDest(cUnit, mir, 0);

Completed in 601 milliseconds