Searched refs:dvmCompilerGetReturn (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DArmRallocUtil.cpp100 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit) function
H A DCodegenDriver.cpp70 rlResult = dvmCompilerGetReturn(cUnit);
122 rlResult = dvmCompilerGetReturn(cUnit);
889 rlResult = dvmCompilerGetReturn(cUnit);
1825 rlResult = dvmCompilerGetReturn(cUnit);
2360 rlResult = dvmCompilerGetReturn(cUnit);
2479 rlResult = dvmCompilerGetReturn(cUnit);
2523 rlResult = dvmCompilerGetReturn(cUnit);
3446 dvmCompilerGetReturn(cUnit));
3467 dvmCompilerGetReturn(cUnit));
/dalvik/vm/compiler/codegen/
H A DRalloc.h173 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit);
/dalvik/vm/compiler/codegen/mips/
H A DRalloc.h177 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit);
H A DCodegenDriver.cpp102 rlResult = dvmCompilerGetReturn(cUnit);
104 rlResult = dvmCompilerGetReturn(cUnit);
175 rlResult = dvmCompilerGetReturn(cUnit);
1895 rlResult = dvmCompilerGetReturn(cUnit);
2544 rlResult = dvmCompilerGetReturn(cUnit);
2588 rlResult = dvmCompilerGetReturn(cUnit);
3584 dvmCompilerGetReturn(cUnit));
3607 dvmCompilerGetReturn(cUnit));
H A DRallocUtil.cpp974 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit) function
/dalvik/vm/compiler/codegen/arm/FP/
H A DThumbVFP.cpp230 RegLocation rlResult = dvmCompilerGetReturn(cUnit);
/dalvik/vm/compiler/codegen/mips/FP/
H A DMipsFP.cpp382 RegLocation rlResult = dvmCompilerGetReturn(cUnit);
/dalvik/vm/compiler/codegen/arm/Thumb/
H A DGen.cpp211 rlResult = dvmCompilerGetReturn(cUnit);
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DGen.cpp242 rlResult = dvmCompilerGetReturn(cUnit);

Completed in 96 milliseconds