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

  /dalvik/vm/compiler/codegen/arm/
ArmRallocUtil.cpp 100 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit)
CodegenDriver.cpp 70 rlResult = dvmCompilerGetReturn(cUnit);
122 rlResult = dvmCompilerGetReturn(cUnit);
889 rlResult = dvmCompilerGetReturn(cUnit);
    [all...]
  /dalvik/vm/compiler/codegen/
Ralloc.h 173 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit);
  /dalvik/vm/compiler/codegen/mips/
Ralloc.h 177 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit);
CodegenDriver.cpp 102 rlResult = dvmCompilerGetReturn(cUnit);
104 rlResult = dvmCompilerGetReturn(cUnit);
175 rlResult = dvmCompilerGetReturn(cUnit);
    [all...]
RallocUtil.cpp 974 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit)
    [all...]
  /dalvik/vm/compiler/codegen/arm/FP/
ThumbVFP.cpp 230 RegLocation rlResult = dvmCompilerGetReturn(cUnit);
  /dalvik/vm/compiler/codegen/mips/FP/
MipsFP.cpp 382 RegLocation rlResult = dvmCompilerGetReturn(cUnit);
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 211 rlResult = dvmCompilerGetReturn(cUnit);
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 242 rlResult = dvmCompilerGetReturn(cUnit);

Completed in 833 milliseconds