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

  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 118 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
119 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
121 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
122 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
CodegenCommon.cpp 30 static intptr_t templateEntryOffsets[TEMPLATE_LAST_MARK];
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/arm/armv5te/
ArchVariant.cpp 44 * Then, populate the templateEntryOffsets array with the offsets from the
47 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
ArchVariant.cpp 44 * Then, populate the templateEntryOffsets array with the offsets from the
47 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \
  /dalvik/vm/compiler/codegen/arm/armv7-a/
ArchVariant.cpp 39 * Then, populate the templateEntryOffsets array with the offsets from the
42 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
ArchVariant.cpp 39 * Then, populate the templateEntryOffsets array with the offsets from the
42 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \
  /dalvik/vm/compiler/codegen/mips/mips/
ArchVariant.cpp 44 * Then, populate the templateEntryOffsets array with the offsets from the
47 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 72 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
73 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
75 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
76 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 67 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
68 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
70 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 30 static intptr_t templateEntryOffsets[TEMPLATE_LAST_MARK];
CodegenFactory.cpp 340 int targetAddr = (int) gDvmJit.codeCache + templateEntryOffsets[opCode];
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...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);

Completed in 251 milliseconds