Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 98) sorted by relevance

1234

/art/dexlayout/
Ddex_ir.cc62 [](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/
DMain.java51 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/
Dglobals.def18 #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 "interpreter/mterp/nterp.h"
27 #include "jit/jit.h"
[all …]
DAndroid.bp27 "art_libartbase_headers", // For base/bit_utils.h
30 "libdexfile_all_headers", // For dex/modifiers.h
55 out: ["asm_defines.h"],
/art/test/529-long-split/src/
DMain.java38 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/
DMain.java136 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/
DMain.java130 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/
DMain.java24 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/
Dset-jni-id-used.cc42 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/jit/
Dprofiling_info_test.cc224 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/
DMain.java29 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/
Dexpected.txt2 char: h
11 char: h
/art/runtime/
DAndroid.bp407 // asm_support_gen.h (used by asm_support.h) is generated with cpp-define-generator
429 // ART's macros.h depends on libbase's macros.h.
430 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
515 "base/callee_save_type.h",
516 "base/locks.h",
517 "class_status.h",
518 "compilation_kind.h",
519 "gc_root.h",
520 "gc/allocator_type.h",
521 "gc/allocator/rosalloc.h",
[all …]
/art/test/594-load-string-regression/src/
DMain.java36 Helper h = new Helper(); in $noinline$test() local
41 h.$noinline$printString(s); in $noinline$test()
/art/test/2011-stack-walk-concurrent-instrument/src/
DMain.java28 $noinline$h(r); in $noinline$g()
31 void $noinline$h(Runnable r) { in $noinline$h()
/art/test/1975-hello-structural-transformation/src/art/
DTest1975.java171 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/
DTest1976.java128 for (MethodHandleWrapper h : handles) { in runMethodHandles()
130 System.out.println("Invoking " + h + " (" + h.getMethod() + ")"); in runMethodHandles()
131 h.invoke(); in runMethodHandles()
/art/libartbase/base/
Dtransform_array_ref_test.cc40 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/920-objects/src/art/
DTest920.java90 public MyHash(int h) { in MyHash() argument
91 hash = h; in MyHash()
/art/test/1900-track-alloc/src/art/
DTest1900.java83 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/
DNOTICE4 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/openjdkjvmti/
DNOTICE4 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/openjdkjvm/
DNOTICE4 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/libartbase/
DAndroid.bp132 // ART's macros.h depends on libbase's macros.h.
133 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
165 "arch/instruction_set.h",
166 "base/allocator.h",
167 "base/unix_file/fd_file.h",
/art/test/642-fp-callees/
Dfp_callees.cc39 double h = array[7]; in Java_Main_holdFpTemporaries() local
61 CHECK_EQ(bit_cast<int64_t>(h), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries()

1234