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

  /dalvik/vm/compiler/codegen/arm/
Ralloc.h 127 extern RegLocation dvmCompilerGetReturnWide(CompilationUnit *cUnit);
CodegenDriver.c 55 rlResult = dvmCompilerGetReturnWide(cUnit);
149 rlResult = dvmCompilerGetReturnWide(cUnit);
579 rlResult = dvmCompilerGetReturnWide(cUnit);
674 rlResult = dvmCompilerGetReturnWide(cUnit);
    [all...]
RallocUtil.c 967 extern RegLocation dvmCompilerGetReturnWide(CompilationUnit *cUnit)
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.c 59 rlResult = dvmCompilerGetReturnWide(cUnit);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 68 rlResult = dvmCompilerGetReturnWide(cUnit); // Just as a template, will patch

Completed in 54 milliseconds