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

  /dalvik/vm/compiler/codegen/arm/
Ralloc.h 163 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit);
CodegenDriver.c 50 rlResult = dvmCompilerGetReturn(cUnit);
103 rlResult = dvmCompilerGetReturn(cUnit);
797 rlResult = dvmCompilerGetReturn(cUnit);
    [all...]
RallocUtil.c 991 extern RegLocation dvmCompilerGetReturn(CompilationUnit *cUnit)
  /dalvik/vm/compiler/codegen/arm/FP/
ThumbVFP.c 234 RegLocation rlResult = dvmCompilerGetReturn(cUnit);
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.c 162 rlResult = dvmCompilerGetReturn(cUnit);

Completed in 69 milliseconds