Home
last modified time | relevance | path

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

12345

/art/dexlayout/
Ddex_ir.cc62 [](const dex_ir::Header* h) { return h->StringIds().Size(); }, in __anon2b802b990102()
63 [](const dex_ir::Header* h) { return h->StringIds().GetOffset(); } in __anon2b802b990202()
67 [](const dex_ir::Header* h) { return h->TypeIds().Size(); }, in __anon2b802b990302()
68 [](const dex_ir::Header* h) { return h->TypeIds().GetOffset(); } in __anon2b802b990402()
72 [](const dex_ir::Header* h) { return h->ProtoIds().Size(); }, in __anon2b802b990502()
73 [](const dex_ir::Header* h) { return h->ProtoIds().GetOffset(); } in __anon2b802b990602()
77 [](const dex_ir::Header* h) { return h->FieldIds().Size(); }, in __anon2b802b990702()
78 [](const dex_ir::Header* h) { return h->FieldIds().GetOffset(); } in __anon2b802b990802()
82 [](const dex_ir::Header* h) { return h->MethodIds().Size(); }, in __anon2b802b990902()
83 [](const dex_ir::Header* h) { return h->MethodIds().GetOffset(); } in __anon2b802b990a02()
[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 …]
/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/runtime/jit/
Dprofiling_info_test.cc196 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
197 ASSERT_TRUE(h.IsHot()); in TEST_F()
198 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
216 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
217 ASSERT_TRUE(h.IsHot()); in TEST_F()
218 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
221 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
222 ASSERT_TRUE(h.IsHot()); in TEST_F()
223 ASSERT_TRUE(h.IsStartup()); in TEST_F()
257 Hotness h = info.GetMethodHotness(method_ref); in TEST_F() local
[all …]
/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/
DAndroid.bp381 "libnativeloader-headers", // For dlext_namespaces.h
428 // asm_support_gen.h (used by asm_support.h) is generated with cpp-define-generator
470 // ART's macros.h depends on libbase's macros.h.
471 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
536 "base/callee_save_type.h",
537 "base/locks.h",
538 "class_status.h",
539 "compilation_kind.h",
540 "gc_root.h",
541 "gc/allocator_type.h",
[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/821-many-args/src/
DMain.java40 int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in staticMethod() argument
43 assertEquals(8, h); in staticMethod()
54 public int instanceMethod(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in instanceMethod() argument
57 assertEquals(8, h); in instanceMethod()
/art/test/958-methodhandle-stackframe/
Dexpected-stdout.txt2 char: h
11 char: h
/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/libprofile/
DAndroid.bp45 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
54 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
64 export_static_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.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/2011-stack-walk-concurrent-instrument/src/
DMain.java28 $noinline$h(r); in $noinline$g()
31 void $noinline$h(Runnable r) { in $noinline$h()
/art/libartbase/
DAndroid.bp81 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
100 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
115 export_static_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
156 "arch/instruction_set.h",
157 "base/allocator.h",
158 "base/unix_file/fd_file.h",
/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/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/odrefresh/
DAndroid.bp89 "odr_metrics.h",
144 generated_headers: ["statslog_odrefresh.h"],
201 name: "statslog_odrefresh.h",
203 …cmd: "$(location stats-log-api-gen) --header $(genDir)/statslog_odrefresh.h --module art --namespa…
205 "statslog_odrefresh.h",
212 …log_odrefresh.cpp --module art --namespace art,metrics,statsd --importHeader statslog_odrefresh.h",
/art/test/920-objects/src/art/
DTest920.java90 public MyHash(int h) { in MyHash() argument
91 hash = h; in MyHash()
/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/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/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.

12345