HomeSort by relevance Sort by last modified time
    Searched refs:gDvmJit (Results 26 - 38 of 38) sorted by null

12

  /dalvik/vm/compiler/codegen/mips/
CodegenFactory.cpp 340 int targetAddr = (int) gDvmJit.codeCache + templateEntryOffsets[opCode];
341 int maxSourceAddr = (int) gDvmJit.codeCache + gDvmJit.codeCacheSize;
CodegenDriver.cpp 333 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
334 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
336 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
337 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
    [all...]
RallocUtil.cpp 598 if (!(gDvmJit.disableOpt & (1 << kSuppressLoads))) {
610 if (!(gDvmJit.disableOpt & (1 << kSuppressLoads))) {
    [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 57 if ((gDvmJit.profileMode == kTraceProfilingContinuous) ||
58 (gDvmJit.profileMode == kTraceProfilingDisabled)) {
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 267 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
268 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
270 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
271 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 766 char* codeCacheEnd = ((char *) gDvmJit.codeCache) + gDvmJit.codeCacheSize - CODE_CACHE_PADDING;
786 if (gDvmJit.codeCacheFull == true) {
808 gDvmJit.codeCacheFull = true;
831 gDvmJit.codeCacheFull = true;
854 gDvmJit.codeCacheFull = true;
    [all...]
AnalysisO1.cpp     [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /dalvik/vm/compiler/
Loop.cpp 733 if (gDvmJit.profileMode != kTraceProfilingContinuous &&
734 gDvmJit.profileMode != kTraceProfilingPeriodicOn) {
SSATransformation.cpp 637 if (gDvmJit.receivedSIGUSR2 || gDvmJit.printMe) {
  /dalvik/vm/
Globals.h 988 extern struct DvmJitGlobals gDvmJit;
    [all...]
Thread.cpp     [all...]
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 526 if (!(gDvmJit.disableOpt & (1 << kSuppressLoads))) {
538 if (!(gDvmJit.disableOpt & (1 << kSuppressLoads))) {

Completed in 589 milliseconds

12