/art/compiler/optimizing/ |
D | scheduler_arm64.h | 67 #define FOR_EACH_SCHEDULED_COMMON_INSTRUCTION(M) \ argument 68 M(ArrayGet , unused) \ 69 M(ArrayLength , unused) \ 70 M(ArraySet , unused) \ 71 M(BoundsCheck , unused) \ 72 M(Div , unused) \ 73 M(InstanceFieldGet , unused) \ 74 M(InstanceOf , unused) \ 75 M(LoadString , unused) \ 76 M(Mul , unused) \ [all …]
|
D | scheduler_arm.h | 64 #define FOR_EACH_SCHEDULED_ARM_INSTRUCTION(M) \ argument 65 M(ArrayGet , unused) \ 66 M(ArrayLength , unused) \ 67 M(ArraySet , unused) \ 68 M(Add , unused) \ 69 M(Sub , unused) \ 70 M(And , unused) \ 71 M(Or , unused) \ 72 M(Ror , unused) \ 73 M(Xor , unused) \ [all …]
|
/art/dex2oat/ |
D | dex2oat_options.cc | 52 using M = Dex2oatArgumentMap; typedef 60 .IntoKey(M::DexFiles) in AddInputMappings() 63 .IntoKey(M::DexLocations) in AddInputMappings() 66 .IntoKey(M::ZipFd) in AddInputMappings() 69 .IntoKey(M::ZipLocation) in AddInputMappings() 72 .IntoKey(M::BootImage); in AddInputMappings() 79 .IntoKey(M::InputVdexFd) in AddGeneratedArtifactMappings() 82 .IntoKey(M::InputVdex) in AddGeneratedArtifactMappings() 85 .IntoKey(M::OutputVdexFd) in AddGeneratedArtifactMappings() 88 .IntoKey(M::OutputVdex) in AddGeneratedArtifactMappings() [all …]
|
D | dex2oat.cc | 1105 using M = Dex2oatArgumentMap; in ParseArgs() typedef 1107 std::unique_ptr<M> args_uptr = M::Parse(argc, const_cast<const char**>(argv), &error_msg); in ParseArgs() 1113 M& args = *args_uptr; in ParseArgs() 1117 AssignIfExists(args, M::CompactDexLevel, &compact_dex_level_); in ParseArgs() 1118 AssignIfExists(args, M::DexFiles, &dex_filenames_); in ParseArgs() 1119 AssignIfExists(args, M::DexLocations, &dex_locations_); in ParseArgs() 1120 AssignIfExists(args, M::OatFiles, &oat_filenames_); in ParseArgs() 1121 AssignIfExists(args, M::OatSymbols, &parser_options->oat_symbols); in ParseArgs() 1122 AssignTrueIfExists(args, M::Strip, &strip_); in ParseArgs() 1123 AssignIfExists(args, M::ImageFilenames, &image_filenames_); in ParseArgs() [all …]
|
/art/runtime/ |
D | class_root.h | 55 #define CLASS_ROOT_LIST(M) … argument 56 …M(kJavaLangClass, "Ljava/lang/Class;", mirror::Cl… 57 …M(kJavaLangObject, "Ljava/lang/Object;", mirror::Ob… 58 …M(kClassArrayClass, "[Ljava/lang/Class;", mirror::Ob… 59 …M(kObjectArrayClass, "[Ljava/lang/Object;", mirror::Ob… 60 …M(kJavaLangString, "Ljava/lang/String;", mirror::St… 61 …M(kJavaLangDexCache, "Ljava/lang/DexCache;", mirror::De… 62 …M(kJavaLangRefReference, "Ljava/lang/ref/Reference;", mirror::Re… 63 …M(kJavaLangReflectConstructor, "Ljava/lang/reflect/Constructor;", mirror::Co… 64 …M(kJavaLangReflectField, "Ljava/lang/reflect/Field;", mirror::Fi… [all …]
|
D | parsed_options.cc | 70 using M = RuntimeArgumentMap; in MakeParser() typedef 84 .IntoKey(M::Zygote) in MakeParser() 86 .IntoKey(M::Help) in MakeParser() 88 .IntoKey(M::ShowVersion) in MakeParser() 91 .IntoKey(M::BootClassPath) in MakeParser() 94 .IntoKey(M::BootClassPathLocations) in MakeParser() 97 .IntoKey(M::ClassPath) in MakeParser() 100 .IntoKey(M::Image) in MakeParser() 105 .IntoKey(M::ImageSpaceLoadingOrder) in MakeParser() 107 .IntoKey(M::CheckJni) in MakeParser() [all …]
|
/art/libartpalette/include/palette/ |
D | palette_method_list.h | 24 #define PALETTE_METHOD_LIST(M) \ argument 25 M(PaletteGetVersion, /*out*/int32_t* version) \ 26 M(PaletteSchedSetPriority, int32_t tid, int32_t java_priority) \ 27 M(PaletteSchedGetPriority, int32_t tid, /*out*/int32_t* java_priority) \ 28 M(PaletteWriteCrashThreadStacks, const char* stacks, size_t stacks_len) \ 29 M(PaletteTraceEnabled, /*out*/int32_t* enabled) \ 30 M(PaletteTraceBegin, const char* name) \ 31 M(PaletteTraceEnd) \ 32 M(PaletteTraceIntegerValue, const char* name, int32_t value)
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 132 using M = RuntimeArgumentMap; typedef in art::CmdlineParserTest 226 EXPECT_SINGLE_PARSE_EXISTS("-Xzygote", M::Zygote); in TEST_F() 229 M::BootClassPath); in TEST_F() 232 M::BootClassPath); in TEST_F() 233 EXPECT_SINGLE_PARSE_VALUE_STR("/hello/world", "-classpath /hello/world", M::ClassPath); in TEST_F() 234 EXPECT_SINGLE_PARSE_VALUE(Memory<1>(234), "-Xss234", M::StackSize); in TEST_F() 235 EXPECT_SINGLE_PARSE_VALUE(MemoryKiB(1234*MB), "-Xms1234m", M::MemoryInitialSize); in TEST_F() 236 EXPECT_SINGLE_PARSE_VALUE(true, "-XX:EnableHSpaceCompactForOOM", M::EnableHSpaceCompactForOOM); in TEST_F() 237 EXPECT_SINGLE_PARSE_VALUE(false, "-XX:DisableHSpaceCompactForOOM", M::EnableHSpaceCompactForOOM); in TEST_F() 238 EXPECT_SINGLE_PARSE_VALUE(0.5, "-XX:HeapTargetUtilization=0.5", M::HeapTargetUtilization); in TEST_F() [all …]
|
/art/test/646-checker-hadd-alt-char/src/ |
D | Main.java | 26 private static final int M = N + 31; field in Main 28 static char[] sB1 = new char[M]; 29 static char[] sB2 = new char[M]; 30 static char[] sBo = new char[M]; 230 for (int i = 0; i < M; i++) { in main() 239 for (int i = 0; i < M; i++) { in main() 244 for (int i = 0; i < M; i++) { in main() 249 for (int i = 0; i < M; i++) { in main() 254 for (int i = 0; i < M; i++) { in main() 259 for (int i = 0; i < M; i++) { in main() [all …]
|
/art/test/646-checker-hadd-alt-short/src/ |
D | Main.java | 26 private static final int M = N + 31; field in Main 28 static short[] sB1 = new short[M]; 29 static short[] sB2 = new short[M]; 30 static short[] sBo = new short[M]; 224 for (int i = 0; i < M; i++) { in main() 233 for (int i = 0; i < M; i++) { in main() 238 for (int i = 0; i < M; i++) { in main() 243 for (int i = 0; i < M; i++) { in main() 248 for (int i = 0; i < M; i++) { in main() 253 for (int i = 0; i < M; i++) { in main() [all …]
|
/art/test/646-checker-hadd-char/src/ |
D | Main.java | 23 private static final int M = N + 31; field in Main 25 static char[] sB1 = new char[M]; 26 static char[] sB2 = new char[M]; 27 static char[] sBo = new char[M]; 300 for (int i = 0; i < M; i++) { in main() 307 for (int i = 0; i < M; i++) { in main() 312 for (int i = 0; i < M; i++) { in main() 317 for (int i = 0; i < M; i++) { in main() 322 for (int i = 0; i < M; i++) { in main() 327 for (int i = 0; i < M; i++) { in main() [all …]
|
/art/test/646-checker-hadd-alt-byte/src/ |
D | Main.java | 26 private static final int M = N * N + 15; field in Main 28 static byte[] sB1 = new byte[M]; 29 static byte[] sB2 = new byte[M]; 30 static byte[] sBo = new byte[M]; 222 expectEquals(k, M); in main() 228 for (int i = 0; i < M; i++) { in main() 233 for (int i = 0; i < M; i++) { in main() 238 for (int i = 0; i < M; i++) { in main() 243 for (int i = 0; i < M; i++) { in main() 248 for (int i = 0; i < M; i++) { in main() [all …]
|
/art/test/646-checker-hadd-byte/src/ |
D | Main.java | 23 private static final int M = N * N + 15; field in Main 25 static byte[] sB1 = new byte[M]; 26 static byte[] sB2 = new byte[M]; 27 static byte[] sBo = new byte[M]; 219 expectEquals(k, M); in main() 223 for (int i = 0; i < M; i++) { in main() 228 for (int i = 0; i < M; i++) { in main() 233 for (int i = 0; i < M; i++) { in main() 238 for (int i = 0; i < M; i++) { in main() 243 for (int i = 0; i < M; i++) { in main() [all …]
|
/art/test/646-checker-hadd-short/src/ |
D | Main.java | 23 private static final int M = N + 31; field in Main 25 static short[] sB1 = new short[M]; 26 static short[] sB2 = new short[M]; 27 static short[] sBo = new short[M]; 372 for (int i = 0; i < M; i++) { in main() 379 for (int i = 0; i < M; i++) { in main() 384 for (int i = 0; i < M; i++) { in main() 389 for (int i = 0; i < M; i++) { in main() 394 for (int i = 0; i < M; i++) { in main() 399 for (int i = 0; i < M; i++) { in main() [all …]
|
/art/test/661-checker-simd-reduc/src/ |
D | Main.java | 23 static final int M = 100; field in Main 393 byte[] xpb = new byte[M]; in main() 394 short[] xps = new short[M]; in main() 395 char[] xpc = new char[M]; in main() 396 int[] xpi = new int[M]; in main() 397 long[] xpl = new long[M]; in main() 398 for (int i = 0, k = 3; i < M; i++, k++) { in main() 407 byte[] xnb = new byte[M]; in main() 408 short[] xns = new short[M]; in main() 409 int[] xni = new int[M]; in main() [all …]
|
/art/libartbase/base/ |
D | bit_struct_detail.h | 92 template <typename T, typename M> 93 M GetMemberType(M T:: *);
|
/art/test/570-checker-osr-locals/ |
D | run | 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
|
/art/test/960-default-smali/src/ |
D | M.java | 17 class M extends L implements Fooer { class
|
/art/test/570-checker-osr/ |
D | run | 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
|
/art/test/566-polymorphic-inlining/ |
D | run | 19 --runtime-option -Xjitinitialsize:32M \
|
/art/test/667-jit-jni-stub/ |
D | run | 19 ${RUN} "${@}" --no-prebuild --runtime-option -Xjitinitialsize:32M
|
/art/test/1935-get-set-current-frame-jit/ |
D | run | 18 ./default-run "$@" --jvmti --runtime-option -Xjitinitialsize:32M
|
/art/test/652-deopt-intrinsic/ |
D | run | 22 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M --runtime-option -Xjitthreshold:1000
|
/art/test/676-proxy-jit-at-first-use/ |
D | run | 19 ${RUN} "${@}" --runtime-option -Xjitthreshold:0 --runtime-option -Xjitinitialsize:32M
|
/art/test/960-default-smali/ |
D | expected.txt | 94 Testing for type M 95 M-interface Foo.bar()='BAZ!' 96 M-interface Fooer.bar()='BAZ!' 97 M-virtual K.bar()='BAZ!' 98 M-virtual L.bar()='BAZ!' 99 M-virtual M.bar()='BAZ!' 100 End testing for type M
|