Home
last modified time | relevance | path

Searched defs:X (Results 1 – 18 of 18) sorted by relevance

/dalvik/tests/010-instance/src/
DX.java1 class X { class
2 public X() { in X() method in X
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/
DArchVariant.c35 #define JIT_TEMPLATE(X) extern void dvmCompiler_TEMPLATE_##X(); in dvmCompilerArchVariantInit() argument
46 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit() argument
DArchVariant.h21 #define JIT_TEMPLATE(X) TEMPLATE_##X, argument
/dalvik/vm/compiler/codegen/arm/armv5te/
DArchVariant.c35 #define JIT_TEMPLATE(X) extern void dvmCompiler_TEMPLATE_##X(); in dvmCompilerArchVariantInit() argument
46 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit() argument
DArchVariant.h21 #define JIT_TEMPLATE(X) TEMPLATE_##X, argument
/dalvik/vm/compiler/codegen/arm/armv7-a/
DArchVariant.c30 #define JIT_TEMPLATE(X) extern void dvmCompiler_TEMPLATE_##X(); in dvmCompilerArchVariantInit() argument
41 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit() argument
DArchVariant.h21 #define JIT_TEMPLATE(X) TEMPLATE_##X, argument
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
DArchVariant.c30 #define JIT_TEMPLATE(X) extern void dvmCompiler_TEMPLATE_##X(); in dvmCompilerArchVariantInit() argument
41 #define JIT_TEMPLATE(X) templateEntryOffsets[i++] = \ in dvmCompilerArchVariantInit() argument
DArchVariant.h21 #define JIT_TEMPLATE(X) TEMPLATE_##X, argument
/dalvik/vm/compiler/template/armv5te-vfp/
DTemplateOpList.h21 #define JIT_TEMPLATE(X) argument
/dalvik/vm/compiler/template/armv5te/
DTemplateOpList.h21 #define JIT_TEMPLATE(X) argument
/dalvik/vm/compiler/template/armv7-a/
DTemplateOpList.h21 #define JIT_TEMPLATE(X) argument
/dalvik/vm/compiler/template/armv7-a-neon/
DTemplateOpList.h21 #define JIT_TEMPLATE(X) argument
/dalvik/vm/compiler/codegen/arm/
DArchUtility.c272 #define DUMP_RESOURCE_MASK(X) argument
273 #define DUMP_SSA_REP(X) argument
DLocalOptimizations.c22 #define DEBUG_OPT(X) argument
DArmLIR.h165 #define DECODE_ALIAS_INFO_REG(X) (X & 0xffff) argument
166 #define DECODE_ALIAS_INFO_WIDE(X) ((X & 0x80000000) ? 1 : 0) argument
/dalvik/vm/compiler/
DCompiler.h43 #define COMPILER_TRACED(X) argument
44 #define COMPILER_TRACEE(X) argument
45 #define COMPILER_TRACE_CHAINING(X) argument
DLoop.c22 #define DEBUG_LOOP(X) argument