Home
last modified time | relevance | path

Searched refs:h (Results 26 – 50 of 98) sorted by relevance

1234

/art/libartbase/base/
Dtransform_iterator_test.cc43 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; in TEST() argument
146 auto sub1 = [](const ValueHolder& h) { return h.value - 1; }; in TEST() argument
210 auto mul3 = [](const ValueHolder& h) { return h.value * 3; }; in TEST() argument
248 auto ref = [](const ValueHolder& h) -> const int& { return h.value; }; in TEST() argument
341 auto ref = [](ValueHolder& h) -> int& { return h.value; }; in TEST() argument
406 int& operator()(ValueHolder& h) const { return h.value; } in TEST()
407 const int& operator()(const ValueHolder& h) const { return h.value; } in TEST()
521 auto ref = [](ValueHolder& h) -> int& { return h.value; }; in TEST() argument
/art/libprofile/
DAndroid.bp70 // ART's macros.h depends on libbase's macros.h.
71 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
/art/test/027-arithmetic/src/
DMain.java60 long h = 0x88; in shiftTest2() local
63 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
/art/libdexfile/
DAndroid.bp139 "dex/dex_file.h",
140 "dex/dex_file_layout.h",
141 "dex/dex_instruction.h",
142 "dex/dex_instruction_utils.h",
143 "dex/invoke_type.h",
287 // Make dex_instruction_list.h available for tools/jvmti-agents/titrace
/art/test/995-breakpoints-throw/src/art/
DTest995.java60 public static BreakpointHandler makeHandler(String name, BreakpointHandler h) { in makeHandler() argument
66 h.breakpointReached(e, loc); in makeHandler()
/art/test/412-new-array/src/
DMain.java57 boolean[] h = new boolean[8]; in $opt$TestAllocations()
58 assertEquals(8, h.length); in $opt$TestAllocations()
102 boolean[] h = {true, false}; in $opt$TestWithInitializations()
103 assertEquals(2, h.length); in $opt$TestWithInitializations()
104 assertEquals(true, h[0]); in $opt$TestWithInitializations()
105 assertEquals(false, h[1]); in $opt$TestWithInitializations()
/art/test/450-checker-types/src/
DMain.java34 public int $inline$h(boolean cond) { in $inline$h()
45 public String $noinline$h() { in $noinline$h()
116 return ((SubclassA)s).$noinline$h(); in testClassKeep()
695 ((Super) obj).$inline$h(cond); in testThisArgumentMoreSpecific()
/art/test/958-methodhandle-stackframe/src-art/
DMain.java29 float e, double f, String g, Object h) { in testDelegate_allTypes() argument
38 System.out.println("Object: " + h); in testDelegate_allTypes()
/art/tools/cpp-define-generator/
Dthread.def18 #include "entrypoints/quick/quick_entrypoints_enum.h"
19 #include "thread.h"
Dprofiling_info.def18 #include "jit/profiling_info.h"
Dart_field.def18 #include "art_field.h"
Dmirror_string.def18 #include "mirror/string.h"
Dosr.def18 #include "jit/jit.h"
Dcode_item.def18 #include "dex/standard_dex_file.h"
Druntime.def18 #include "runtime.h"
Dmirror_object.def18 #include "mirror/object.h"
Dmirror_dex_cache.def18 #include "mirror/dex_cache.h"
Dshadow_frame.def18 #include "interpreter/shadow_frame.h"
Drosalloc.def18 #include "gc/allocator/rosalloc.h"
Dart_method.def18 #include "art_method.h"
/art/openjdkjvmti/include/
DCPPLINT.cfg18 exclude_files=^jvmti[.]h$
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java180 AwaitChunkHandler h = new AwaitChunkHandler((x) -> chunkEq(c, x), CURRENT_HANDLER); in run() local
181 CURRENT_HANDLER = h; in run()
184 h.Await(); in run()
/art/tools/luci/config/
Dcr-buildbucket.cfg38 expiration_secs: 36000 # 10h
39 execution_timeout_secs: 133200 # 37h
/art/build/
DAndroid.cpplint.mk32 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir…
/art/compiler/
DAndroid.bp184 "linker/linker_patch.h",
185 "optimizing/locations.h",
186 "optimizing/nodes.h",
187 "optimizing/optimizing_compiler_stats.h",
189 "utils/arm/constants_arm.h",

1234