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

  /dalvik/vm/compiler/codegen/arm/
ArmRallocUtil.cpp 87 extern RegLocation dvmCompilerGetReturnWideAlt(CompilationUnit *cUnit)
CodegenDriver.cpp 765 rlResult = dvmCompilerGetReturnWideAlt(cUnit);
    [all...]
  /dalvik/vm/compiler/codegen/
Ralloc.h 171 extern RegLocation dvmCompilerGetReturnWideAlt(CompilationUnit *cUnit);
  /dalvik/vm/compiler/codegen/mips/
Ralloc.h 175 extern RegLocation dvmCompilerGetReturnWideAlt(CompilationUnit *cUnit);
RallocUtil.cpp 982 extern RegLocation dvmCompilerGetReturnWideAlt(CompilationUnit *cUnit)
    [all...]
CodegenDriver.cpp 112 rlResult = dvmCompilerGetReturnWideAlt(cUnit);
229 rlResult = dvmCompilerGetReturnWideAlt(cUnit);
    [all...]

Completed in 117 milliseconds