/art/dexlayout/ |
D | dex_ir.cc | 62 [](const dex_ir::Header* h) { return h->StringIds().Size(); }, in __anon0e6c32920102() 63 [](const dex_ir::Header* h) { return h->StringIds().GetOffset(); } in __anon0e6c32920202() 67 [](const dex_ir::Header* h) { return h->TypeIds().Size(); }, in __anon0e6c32920302() 68 [](const dex_ir::Header* h) { return h->TypeIds().GetOffset(); } in __anon0e6c32920402() 72 [](const dex_ir::Header* h) { return h->ProtoIds().Size(); }, in __anon0e6c32920502() 73 [](const dex_ir::Header* h) { return h->ProtoIds().GetOffset(); } in __anon0e6c32920602() 77 [](const dex_ir::Header* h) { return h->FieldIds().Size(); }, in __anon0e6c32920702() 78 [](const dex_ir::Header* h) { return h->FieldIds().GetOffset(); } in __anon0e6c32920802() 82 [](const dex_ir::Header* h) { return h->MethodIds().Size(); }, in __anon0e6c32920902() 83 [](const dex_ir::Header* h) { return h->MethodIds().GetOffset(); } in __anon0e6c32920a02() [all …]
|
/art/test/484-checker-register-hints/src/ |
D | Main.java | 51 int h = live4; in test1() local 53 foo.field2 = e + i + h; in test1() 54 foo.field3 = f + i + h; in test1() 55 foo.field4 = g + i + h; in test1() 56 foo.field0 = h; in test1() 57 foo.field1 = i + h; in test1() 85 int h = live4; in test2() local 87 foo.field2 = e + i + h; in test2() 88 foo.field3 = f + i + h; in test2() 89 foo.field4 = g + i + h; in test2() [all …]
|
/art/tools/cpp-define-generator/ |
D | globals.def | 18 #include "base/bit_utils.h" 19 #include "base/callee_save_type.h" 20 #include "base/enums.h" 21 #include "base/globals.h" 22 #include "dex/modifiers.h" 23 #include "gc/accounting/card_table.h" 24 #include "gc/heap.h" 25 #include "interpreter/mterp/mterp.h" 26 #include "jit/jit.h" 27 #include "mirror/object.h" [all …]
|
D | Android.bp | 27 "art_libartbase_headers", // For base/bit_utils.h 29 "libdexfile_all_headers", // For dex/modifiers.h 46 out: ["asm_defines.h"],
|
/art/test/529-long-split/src/ |
D | Main.java | 38 int h = myField4; // EDI in testOddLow1() local 42 myField3 = h; // use of ESI in testOddLow1() 80 int h = myField4; // EDI in testNonFollowingHigh() local 84 myField3 = h; // use of EDI in testNonFollowingHigh() 120 int h = myField4; // EDX in testOddLow2() local 124 myField3 = h; // use of EDX in testOddLow2()
|
/art/test/405-optimizing-long-allocator/src/ |
D | Main.java | 136 long h = a - b; in $opt$TestAgressiveLive1() local 151 h++; in $opt$TestAgressiveLive1() 152 } while (h != 5); in $opt$TestAgressiveLive1() 153 return a - b - c - d - e - f - g - h - i - j - k; in $opt$TestAgressiveLive1() 157 long h = a - b; in $opt$TestAgressiveLive2() local 162 h++; in $opt$TestAgressiveLive2() 163 } while (h != 5); in $opt$TestAgressiveLive2() 164 return a - b - c - d - e - f - g - h - i - j - k; in $opt$TestAgressiveLive2()
|
/art/test/404-optimizing-allocator/src/ |
D | Main.java | 130 int h = a - b; in $opt$reg$TestAgressiveLive1() local 145 h++; in $opt$reg$TestAgressiveLive1() 146 } while (h != 5); in $opt$reg$TestAgressiveLive1() 147 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive1() 151 int h = a - b; in $opt$reg$TestAgressiveLive2() local 156 h++; in $opt$reg$TestAgressiveLive2() 157 } while (h != 5); in $opt$reg$TestAgressiveLive2() 158 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive2()
|
/art/test/440-stmp/src/ |
D | Main.java | 24 baz(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o); in bar() 28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz() argument 29 System.out.println(a - b - c - d - e - f - g - h - i - j - k - l - m - n - o); in baz() 39 float h = 8.0f; field in Main
|
/art/test/2012-structural-redefinition-failures-jni-id/ |
D | set-jni-id-used.cc | 42 Handle<mirror::Class> h(hs.NewHandle(soa.Decode<mirror::Class>(target))); in Java_Main_SetPointerIdsUsed() local 43 ObjPtr<mirror::ClassExt> ext(h->EnsureExtDataPresent(h, soa.Self())); in Java_Main_SetPointerIdsUsed()
|
/art/runtime/ |
D | Android.bp | 400 // asm_support_gen.h (used by asm_support.h) is generated with cpp-define-generator 423 // ART's macros.h depends on libbase's macros.h. 424 // Note: runtime_options.h depends on cmdline. But we don't really want to export this 479 "base/callee_save_type.h", 480 "base/locks.h", 481 "class_loader_context.h", 482 "class_status.h", 483 "debugger.h", 484 "gc_root.h", 485 "gc/allocator_type.h", [all …]
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 224 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local 225 ASSERT_TRUE(h.IsHot()); in TEST_F() 226 ASSERT_TRUE(h.IsPostStartup()); in TEST_F() 245 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local 246 ASSERT_TRUE(h.IsHot()); in TEST_F() 247 ASSERT_TRUE(h.IsPostStartup()); in TEST_F() 250 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local 251 ASSERT_TRUE(h.IsHot()); in TEST_F() 252 ASSERT_TRUE(h.IsStartup()); in TEST_F() 286 Hotness h = info.GetMethodHotness(method_ref); in TEST_F() local [all …]
|
/art/test/451-spill-splot/src/ |
D | Main.java | 29 double h = 7.0; in main() local 50 System.out.println(a + b + c + d + e + f + g + h + i + j); in main() 58 h = $noinline$computeDouble(); in main() 61 System.out.println(a + b + c + d + e + f + g + h + i + j); in main()
|
/art/test/958-methodhandle-stackframe/ |
D | expected.txt | 2 char: h 11 char: h
|
/art/test/594-load-string-regression/src/ |
D | Main.java | 36 Helper h = new Helper(); in $noinline$test() local 41 h.$noinline$printString(s); in $noinline$test()
|
/art/test/2011-stack-walk-concurrent-instrument/src/ |
D | Main.java | 28 $noinline$h(r); in $noinline$g() 31 void $noinline$h(Runnable r) { in $noinline$h()
|
/art/libartbase/base/ |
D | transform_array_ref_test.cc | 40 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; in TEST() argument 81 auto sub1 = [](ValueHolder& h) { return h.value - 1; }; in TEST() argument 114 int& operator()(ValueHolder& h) const { return h.value; } in TEST() 115 const int& operator()(const ValueHolder& h) const { return h.value; } in TEST()
|
/art/test/1975-hello-structural-transformation/src/art/ |
D | Test1975.java | 171 for (MethodHandleWrapper h : handles) { in readMethodHandles() 173 … System.out.println(printGeneric(h) + " (" + h.getField() + ") = " + printGeneric(h.invoke())); in readMethodHandles() 198 for (MethodHandleWrapper h : handles) { in doTest() 199 System.out.println("Saving MethodHandle object " + printGeneric(h) + " for later"); in doTest()
|
/art/test/1976-hello-structural-static-methods/src/art/ |
D | Test1976.java | 128 for (MethodHandleWrapper h : handles) { in runMethodHandles() 130 System.out.println("Invoking " + h + " (" + h.getMethod() + ")"); in runMethodHandles() 131 h.invoke(); in runMethodHandles()
|
/art/test/920-objects/src/art/ |
D | Test920.java | 90 public MyHash(int h) { in MyHash() argument 91 hash = h; in MyHash()
|
/art/test/1900-track-alloc/src/art/ |
D | Test1900.java | 83 final Holder h = new Holder(); in run() local 87 h.val = doAllocate(100); in run() 96 doDeallocate(h.val); in run()
|
/art/dt_fd_forward/ |
D | NOTICE | 4 This file implements interfaces from the file jdwpTransport.h. This 6 jdwpTransport.h. The copyright and license information for the file 7 jdwpTransport.h follows.
|
/art/openjdkjvm/ |
D | NOTICE | 4 This file implements interfaces from the file jvm.h. This implementation 5 is licensed under the same terms as the file jvm.h. The 6 copyright and license information for the file jvm.h follows.
|
/art/openjdkjvmti/ |
D | NOTICE | 4 This file implements interfaces from the file jvmti.h. This implementation 5 is licensed under the same terms as the file jvmti.h. The 6 copyright and license information for the file jvmti.h follows.
|
/art/libartbase/ |
D | Android.bp | 126 // ART's macros.h depends on libbase's macros.h. 127 // Note: runtime_options.h depends on cmdline. But we don't really want to export this 159 "arch/instruction_set.h", 160 "base/allocator.h", 161 "base/unix_file/fd_file.h",
|
/art/libdexfile/ |
D | Android.bp | 131 "dex/dex_file.h", 132 "dex/dex_file_layout.h", 133 "dex/dex_instruction.h", 134 "dex/dex_instruction_utils.h", 135 "dex/invoke_type.h", 136 "dex/method_reference.h", 272 // Make dex_instruction_list.h available for tools/jvmti-agents/titrace
|