/art/test/408-move-bug/src/ |
D | Main.java | 27 Main foo1 = create(); in crash() 28 Main foo2 = create(); in crash() 29 Main foo3 = create(); in crash() 30 Main foo4 = create(); in crash() 47 Main foo1 = create(); in npe() 48 Main foo2 = create(); in npe() 49 Main foo3 = create(); in npe() 50 Main foo4 = create(); in npe() 58 static Main create() { in create() method in Main
|
/art/test/912-classes/src-art/art/ |
D | DexData.java | 37 return create(parent, DEX_DATA_B); in create1() 44 return create(parent, DEX_DATA_AC); in create2() 51 return create(parent, DEX_DATA_AC, DEX_DATA_B); in create12() 54 private static ClassLoader create(ClassLoader parent, String... stringData) { in create() method in DexData
|
/art/test/909-attach-agent/ |
D | interpreter-expected.patch | 2 < version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0 4 < version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0
|
D | expected.txt | 19 version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0 22 version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | TypePropagation.smali | 33 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 46 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 63 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 75 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 87 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 100 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 112 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 134 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use
|
D | ArrayGet.smali | 44 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 71 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 102 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 133 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 163 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use
|
/art/tools/class2greylist/src/com/android/class2greylist/ |
D | Class2Greylist.java | 83 .create("s")); in main() 88 .create('w')); in main() 93 .create("d")); in main() 99 .create('m')); in main() 106 .create('c')); in main() 111 .create('h')); in main()
|
/art/test/303-verification-stress/ |
D | info.txt | 1 This is more a benchmark for the verifier than a real test. We create many
|
/art/test/1966-get-set-local-objects-no-table/jasmin/ |
D | TestCases1966.j | 46 2: invokestatic art/Test1966$TestClass1/create(Ljava/lang/String;)Ljava/lang/Object; 63 2: invokestatic art/Test1966$TestClass1/create(Ljava/lang/String;)Ljava/lang/Object; 80 2: invokestatic art/Test1966$TestClass1/create(Ljava/lang/String;)Ljava/lang/Object;
|
/art/test/1966-get-set-local-objects-no-table/smali/ |
D | TestCases1966.smali | 29 invoke-static {v0}, Lart/Test1966$TestClass1;->create(Ljava/lang/String;)Ljava/lang/Object; 41 invoke-static {v0}, Lart/Test1966$TestClass1;->create(Ljava/lang/String;)Ljava/lang/Object; 75 invoke-static {v0}, Lart/Test1966$TestClass1;->create(Ljava/lang/String;)Ljava/lang/Object;
|
/art/test/498-type-propagation/smali/ |
D | TypePropagation.smali | 22 # When building the SSA graph, we will create a phi for v0, which will be of type
|
/art/test/531-regression-debugphi/smali/ |
D | TestCase.smali | 50 move-object v0, v1 # create PrimNot PhiA equivalent 100 move-object v1, v0 # create PrimNot equivalent of PhiA
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 38 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use
|
/art/libartbase/base/ |
D | safe_map.h | 136 V& GetOrCreate(const K& k, CreateFn create) { in GetOrCreate() argument 143 auto it = PutBefore(lb, k, create()); in GetOrCreate()
|
/art/test/431-type-propagation/smali/ |
D | TypePropagation.smali | 33 # Do a call to create an environment that will capture all Dex registers.
|
/art/tools/libjavac/src/com/android/javac/ |
D | Javac.java | 69 JavaFileObject java = new SimpleJavaFileObject(URI.create( in addSource()
|
/art/test/586-checker-null-array-get/smali/ |
D | SmaliTests.smali | 40 # We create multiple accesses that will lead the bounds check 109 # We create multiple accesses that will lead the bounds check
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | Main.java | 169 server = HttpServer.create(addr, 0); in main()
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Test1966.java | 55 public static Object create(String id) { in create() method in Test1966.TestClass1
|
/art/test/565-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 92 # will create an interval hole.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 4 All the architecture-specific template files are concatenated to create
|
/art/test/800-smali/smali/ |
D | b_22881413.smali | 57 # We're trying to create something like this (with more loops to amplify things).
|
/art/test/ |
D | run-test | 366 run_args+=(--create-runner --dry-run)
|
/art/tools/checker/ |
D | README | 31 therefore create a scope within which the statement is verified.
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 48 # SSA level, since we create redundant phis for irreducible loop headers, lse
|