Home
last modified time | relevance | path

Searched refs:a (Results 251 – 275 of 1121) sorted by relevance

1...<<11121314151617181920>>...45

/art/test/696-loop/src/
DMain.java19 static int a = 1; field in Main
23 n+=a; in doIt()
/art/test/MultiDexModifiedSecondary/
DREADME.txt1 MultiDexModifiedSecondary is designed to result in a multidex file that has
2 the same classes.dex file as MultiDex, but a different classes2.dex.
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali5 # You may obtain a copy of the License at
18 # A very particular set of operations that caused a double removal by the
46 # int r = a[0];
47 sget-object v4, LMain;->a:[I
54 # int a = s & n;
56 # return a
/art/test/606-erroneous-class/
Dinfo.txt1 Regression test for a DCHECK in the DexCache which prevented erroneous classes
2 from being stored into it. This was bogus because the status of a class can be
/art/test/134-reg-promotion/
Dinfo.txt1 Test that a vreg value that was defined by a const 0 and is used is both ref
/art/test/958-methodhandle-stackframe/
Dexpected.txt21 a
22 a
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md3 tiallocsample is a JVMTI agent designed to track the call stacks of allocations
13 Use `libtiallocsamples` if you wish to build a version without non-NDK dynamic dependencies.
29 The resulting file is a sequence of object allocations, with a limited form of
30 text compression. For example a single stack frame might look like:
53 Lines starting with a + are key, value pairs. So, for instance, key 2 stands for
63 with + or = is a sample. It is a reference to an ST. Hence repeated samples are
/art/tools/runtime_memusage/
DREADME7 1. Visualizing what part of a Dex File is being accessed at what time
8 as a graph
11 names as arguments. A trace is put into a category if the category name is a
38 of a file. Additional options specified below are useful for removing
43 -a
56 If not given, output will be put in a local
83 a dump of the Dex File format for the package.
92 a large subset of symbolized traces. Splits
/art/test/180-native-default-method/
Dinfo.txt1 Regression test for DCHECK() failure for copying a default native method from
2 an interface to a class implementing that interface. The default native method
/art/test/109-suspend-check/
Dinfo.txt2 to a safepoint. This tests the ability of the VM to do this for a tight loop.
/art/test/1972-jni-id-swap-indices/
Dexpected.txt3 pointer ID looks like a pointer!
6 pointer ID remains a pointer!
/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
3 cause a control flow change to deviate from the current method.
/art/test/472-type-propagation/
Dinfo.txt2 If a phi requests its inputs to be of a certain type, the inputs need
/art/test/431-type-propagation/smali/
DTypePropagation.smali5 # You may obtain a copy of the License at
25 # Putting a float in v1 will lead to the creation of a phi with one
33 # Do a call to create an environment that will capture all Dex registers.
34 # This environment is the reason why a phi is created at the join block
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md3 ForceRedefine is a JVMTI agent designed for testing how redefiniton affects running processes. It
4 allows one to force classes to be redefined by writing to a fifo or give a process a list of
5 classes to try redefining. Currently the redefinition is limited to adding (or removing) a single
/art/test/2027-TwiceTheSameMemoryCouple/src/
DMain.java28 int a = field; in testLoop() local
29 field = a + i; in testLoop()
/art/libartbase/base/
Dhash_map.h39 bool operator()(const std::pair<Key, Value>& a, const std::pair<Key, Value>& b) const { in operator()
40 return fn_(a.first, b.first); in operator()
43 bool operator()(const std::pair<Key, Value>& a, const Element& element) const { in operator()
44 return fn_(a.first, element); in operator()
/art/test/550-checker-regression-wide-store/
Dinfo.txt1 Test an SsaBuilder regression where storing into the high vreg of a pair
3 an incorrect stack map, causing deopt and try/catch to use a wrong location.
/art/test/600-verifier-fails/src/
DMain.java29 Class<?> a = Class.forName(name); in test() local
30 a.newInstance(); in test()
/art/test/472-unreachable-if-regression/
Dinfo.txt2 with an if-cc or switch, i.e. there's a fall-through out of method code.
3 Also tests a packed-switch with negative offset to its data.
/art/test/800-smali/smali/
Db_21869691B.smali16 .method public a()V
24 invoke-virtual {p0}, LB21869691B;->a()V
31 invoke-virtual {p1}, LB21869691C;->a()V
/art/test/952-invoke-custom/src/
DTestLinkerMethodWithRange.java66 private static int add(int a, int b, int c, int d, int e, int f) { in add() argument
72 private static int _add(int a, int b, int c, int d, int e, int f) { in _add() argument
73 return a + b + c + d + e + f; in _add()
131 private static Double multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in multiply() argument
137 private static Double _multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in _multiply() argument
138 Double[] values = new Double[] { a, b, c, d, e, f }; in _multiply()
/art/test/066-mismatched-super/
Dinfo.txt4 2. What happens when class A extends a class B, but somebody
5 turns B into a final class without rebuilding A.
/art/test/1947-breakpoint-redefine-deopt/
Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
4 sets breakpoints on each line in turn of a function with multiple execution
/art/test/006-args/src/
DArgsTest.java33 void argTest(int a, char c, double d, long j, float f) { in argTest() argument
41 System.out.println("a=" + a + " c=" + c + " d=" + d in argTest()

1...<<11121314151617181920>>...45