Home
last modified time | relevance | path

Searched refs:templateEntryOffsets (Results 1 – 11 of 11) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
DArchFactory.cpp118 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in genDispatchToHandler()
119 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in genDispatchToHandler()
121 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in genDispatchToHandler()
122 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in genDispatchToHandler()
DCodegenCommon.cpp30 static intptr_t templateEntryOffsets[TEMPLATE_LAST_MARK]; variable
DCodegenDriver.cpp267 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in selfVerificationBranchInsertPass()
268 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in selfVerificationBranchInsertPass()
270 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in selfVerificationBranchInsertPass()
271 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in selfVerificationBranchInsertPass()
4784 templateEntryOffsets[TEMPLATE_INTERPRET]); in dvmCompilerGetInterpretTemplate()
/dalvik/vm/compiler/codegen/x86/ia32/
DArchVariant.cpp47 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit()
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/
DArchVariant.cpp47 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit()
/dalvik/vm/compiler/codegen/arm/armv7-a/
DArchVariant.cpp42 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit()
/dalvik/vm/compiler/codegen/arm/armv5te/
DArchVariant.cpp47 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit()
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
DArchVariant.cpp42 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit()
/dalvik/vm/compiler/codegen/arm/Thumb/
DGen.cpp72 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in genTraceProfileEntry()
73 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in genTraceProfileEntry()
75 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in genTraceProfileEntry()
76 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in genTraceProfileEntry()
/dalvik/vm/compiler/codegen/x86/
DCodegenDriver.cpp36 static intptr_t templateEntryOffsets[TEMPLATE_LAST_MARK]; variable
303 templateEntryOffsets[TEMPLATE_INTERPRET]); in dvmCompilerGetInterpretTemplate()
/dalvik/vm/compiler/codegen/arm/Thumb2/
DGen.cpp67 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in genTraceProfileEntry()
68 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in genTraceProfileEntry()
70 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], in genTraceProfileEntry()
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); in genTraceProfileEntry()