Home
last modified time | relevance | path

Searched refs:a (Results 576 – 600 of 1121) sorted by relevance

1...<<21222324252627282930>>...45

/art/benchmark/
DAndroid.bp6 // You may obtain a copy of the License at
34 // TODO(ngeoffray): find a way to link against the libraries in the apex.
/art/test/606-erroneous-class/jasmin-multidex/
DClassA.j5 ; You may obtain a copy of the License at
25 ; Use the object in a way that will try to store the ErrClass type in
/art/test/954-invoke-polymorphic-verifier/smali/
DTooFewArguments.smali6 # You may obtain a copy of the License at
24 # Set up v0 as a null MethodHandle
DTooManyArguments.smali6 # You may obtain a copy of the License at
24 # Set up v0 as a null MethodHandle
/art/runtime/jni/
Djni_internal_test.cc1141 scalar_type ## Array a = env_->new_fn(size); \
1142 env_->get_region_fn(a, 0, size, nullptr); \
1144 env_->set_region_fn(a, 0, size, nullptr); \
1149 scalar_type ## Array a = env_->new_fn(size); \
1150 EXPECT_NE(a, nullptr); \
1151 EXPECT_TRUE(env_->IsInstanceOf(a, env_->FindClass(expected_class_descriptor))); \
1152 EXPECT_EQ(size, env_->GetArrayLength(a)); \
1156 env_->get_region_fn(a, -1, 1, nullptr); \
1158 env_->set_region_fn(a, -1, 1, nullptr); \
1162 env_->get_region_fn(a, 0, -1, nullptr); \
[all …]
/art/test/661-oat-writer-layout/
Dinfo.txt3 Whenever we pass in a profile to dex2oat, we expect that it sorts the methods by the
/art/test/692-vdex-inmem-loader/
Dinfo.txt2 cached in a vdex file in the app's data folder. Subsequent loads should initialize an instance of
/art/test/522-checker-regression-monitor-exit/
Dinfo.txt2 The test invokes a synchronized version of Object.hashCode in multiple threads.
/art/test/069-field-type/
Dinfo.txt1 This tests to see if the VM allows you to store a reference to an
/art/test/590-checker-arr-set-null-regression/
Dinfo.txt9 but used to forget to remove the "need for a type check" bit in the
/art/test/044-proxy/src/
DFloatSelect.java25 public float method(float a, float b); in method() argument
/art/test/2008-redefine-then-old-reflect-field/
Dinfo.txt3 We had a bug where java.lang.reflect.Field objects would be invalid after the class of the Field
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java174 double a = Math.cosh(2.22 * instance); in $noinline$Call() local
175 double b = a / 2; in $noinline$Call()
177 double d = a + b + c; in $noinline$Call()
191 return (int) a; in $noinline$Call()
/art/test/1909-per-agent-tls/src/art/
DTest1909.java80 public static void checkEq(long a, long b) { in checkEq() argument
81 if (a != b) { in checkEq()
82 throw new Error("Expected: " + a + " got: " + b); in checkEq()
/art/test/663-checker-select-generator/smali/
DTestCase.smali5 # You may obtain a copy of the License at
37 # The select generation will replace this with a select
38 # instruction and a return.
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc3 …" 4: 2d ed 10 8a vpush {s16, s17, s18, s19, s20, s21, s22, s23, s24, s25, …
5 " a: 00 90 str r0, [sp]\n"
7 " e: 8d ed 22 0a vstr s0, [sp, #136]\n"
40 " 7a: cd f8 34 c0 str.w r12, [sp, #52]\n"
44 " 8a: d0 f8 30 e0 ldr.w lr, [r0, #48]\n"
151 …" 214: bd ec 10 8a vpop {s16, s17, s18, s19, s20, s21, s22, s23, s24, s25, s…
164 " a: 12 68 ldr r2, [r2]\n"
174 " 2a: 24 68 ldr r4, [r4]\n"
184 " 4a: 12 88 ldrh r2, [r2]\n"
198 " 7a: d2 e9 00 23 ldrd r2, r3, [r2]\n"
[all …]
/art/test/563-checker-fakestring/smali/
DTestCase.smali5 # You may obtain a copy of the License at
113 # Test that a redundant NewInstance is removed if not used and not compiling
200 # Test with a loop between allocation and String.<init>.
219 # Test with a loop and aliases between allocation and String.<init>.
239 # Test deoptimization after String initialization of a phi.
282 # Test with a loop between allocation and String.<init> and a null check.
375 # Regression test for a new string flowing into a catch phi.
397 # Initially, we create a catch phi with the potential uninitalized string, which used to
407 # Same test as above, but with a catch phi being used by the string constructor.
426 # Same test as above, but with a catch phi being used by the string constructor and
[all …]
/art/test/utils/
Dget-device-test-native-lib-path19 Determine the 32- or 64-bit architecture of a device and print the path to
/art/test/800-smali/smali/
Db_21886894.smali13 iput-object v0, p0, Lsome/unresolved/Type;->a:I
/art/test/GetMethodSignature/
DGetMethodSignature.java18 Float m1(int a, double b, long c, Object d) { return null; } in m1() argument
/art/test/980-redefine-object/
Dinfo.txt8 way to get a reference to an obsolete method outside of the runtime but some
16 normal Object dex bytes is that (a) it contains only the bytes of the Object
/art/test/031-class-attributes/jasmin/
DClassAttrs$1.j5 ; You may obtain a copy of the License at
33 .inner class static inner ClassAttrs$1 ; <anonymous> <not a member>
/art/test/098-ddmc/
Dexpected.txt15 Confirm we can disable twice in a row
18 Confirm we can reenable twice in a row without losing allocations
/art/test/598-checker-irreducible-dominance/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
20 # not do a fix-point iteration and would miss the path to `outer_back_edge`
/art/runtime/gc/collector/
Dimmune_spaces.cc118 bool ImmuneSpaces::CompareByBegin::operator()(space::ContinuousSpace* a, space::ContinuousSpace* b) in operator ()() argument
120 return a->Begin() < b->Begin(); in operator ()()

1...<<21222324252627282930>>...45