Home
last modified time | relevance | path

Searched refs:with (Results 26 – 50 of 603) sorted by relevance

12345678910>>...25

/art/test/162-method-resolution/
Dinfo.txt1 Tests that the method resolution is consistent with JLS and the RI.
2 Where the RI conflicts with JLS, we follow the JLS and suppress the divergence
3 when the test is executed with --jvm.
/art/test/1965-get-set-local-primitive-no-tables/
Dexpected.txt1 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetInt" on remote …
4 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetLong" on remote…
7 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remot…
10 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetDouble" on remo…
13 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetObject" on remo…
16 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetInt" on remote …
19 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetLong" on remote…
22 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetFloat" on remot…
25 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetDouble" on remo…
28 …965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetObject" on remo…
[all …]
/art/test/965-default-verify/
Dinfo.txt1 Smali-based tests for verification interaction with experimental interface
4 build-src contains java files that are needed if you are to compile with javac
7 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
/art/test/1926-missed-frame-pop/
Dexpected.txt2 renabling frame pop event with similar stack.
5 renabling frame pop event with similar stack.
8 renabling frame pop event with similar stack.
/art/test/1928-exception-event-exception/
Dexpected.txt1 Test "art.Test1928$DoThrowClass": Running with handler "art.Test1928$DoNothingHandler"
13 Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "a…
14 Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$DoNothingHandler"
15 Test "art.Test1928$DoThrowCatchBaseTestException": Running with handler "art.Test1928$DoNothingHand…
28 Test "art.Test1928$DoThrowCatchBaseTestException": No error caught with handler "art.Test1928$DoNot…
29 Test "art.Test1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$DoNo…
30 Test "art.Test1928$DoThrowCatchTestException": Running with handler "art.Test1928$DoNothingHandler"
43 Test "art.Test1928$DoThrowCatchTestException": No error caught with handler "art.Test1928$DoNothing…
44 Test "art.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$DoNothin…
45 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Running with handler "art.Test1928$DoNothin…
[all …]
/art/test/936-search-onload/
Dexpected.txt1 B was loaded with boot classloader
2 A was loaded with system classloader
/art/test/1914-get-local-instance/
Dexpected.txt1 Running public static void art.Test1914.StaticMethod(java.lang.Runnable) with "GetThis" on remote t…
4 Running public static native void art.Test1914.NativeStaticMethod(java.lang.Runnable) with "GetThis…
7 Running public void art.Test1914$TargetClass.InstanceMethod(java.lang.Runnable) with "GetThis" on r…
10 Running public native void art.Test1914$TargetClass.NativeInstanceMethod(java.lang.Runnable) with "…
13 Running public abstract void art.Test1914$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetThi…
/art/test/1939-proxy-frames/
Dexpected.txt1 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetThi…
3 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetLoc…
5 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetPro…
7 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetPro…
/art/test/1975-hello-structural-transformation/
Dexpected.txt7 Reading with reflection.
13 Reading with native.
24 Reading with reflection after possible modification.
30 Reading with native after possible modification.
40 Reading with reflection.
48 Reading with native.
62 Reading with reflection after possible modification.
70 Reading with native after possible modification.
82 reading reflectively with old reflection objects
85 reading natively with old jfieldIDs
[all …]
/art/test/1982-no-virtuals-structural-redefinition/
Dinfo.txt1 Test that structural redefinition works on classes with super-types and subtypes with virtual
/art/test/099-vmdebug/
Dexpected.txt14 Test tracing with empty filename
16 Test tracing with bogus (< 1024 && != 0) filesize
18 Test sampling with bogus (<= 0) interval
/art/test/635-checker-arm64-volatile-load-cc/
Dinfo.txt2 not exhausted when generating a volatile field load with a large
3 offset with (Baker) read barriers (b/34726333).
/art/test/2035-structural-native-method/
Dinfo.txt1 Tests structural redefinition with register-natives
4 clearing the JNI bindings of native methods. This could interfere with
/art/test/674-hiddenapi/
Dinfo.txt3 tries to access them with reflection/JNI/MethodHandles or link against them.
4 Note that the first is compiled twice - once with and once without hidden access
8 (a) Both parent and child dex loaded with PathClassLoader, parent's class loader
11 (b) Parent is appended to boot class path, child is loaded with PathClassLoader.
/art/tools/ahat/src/main/com/android/ahat/
DSubsetSelector.java90 menu.appendLink(mQuery.with(mId, 0), DocString.text("show none")); in render()
92 menu.appendLink(mQuery.with(mId, less), DocString.text("show less")); in render()
99 menu.appendLink(mQuery.with(mId, more), DocString.text("show more")); in render()
101 menu.appendLink(mQuery.with(mId, all), DocString.text("show all")); in render()
/art/test/969-iface-super/
Dinfo.txt3 This tests invoke-super with default methods.
5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
/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.smali1 # Test that the verifier does not stash methods incorrectly because they are being invoked with
21 # Call ourself with invoke-virtual.
28 # Call C with invoke-virtual.
/art/test/1981-structural-redef-private-method-handles/
Dexpected.txt18 Setting BAZ to (ID: 13) foo with new mh.
19 Post set with new mh: class art.Test1981$Transform[FOO: value of <FOO FIELD>, BAR: value of <BAR FI…
20 Setting FOO to (ID: 14) class art.Test1981$Transform with old mh.
21 Post set with old mh: class art.Test1981$Transform[FOO: class art.Test1981$Transform, BAR: value of…
22 Setting FOO to '(ID: 15) new_value object' with old varhandle.
23 Post set with new varhandle: class art.Test1981$Transform[FOO: new_value object, BAR: value of <BAR…
24 Setting BAZ to 'bar' with new varhandle.
25 Post set with old varhandle: class art.Test1981$Transform[FOO: new_value object, BAR: value of <BAR…
27 Post reinit with mh: class art.Test1981$Transform[FOO: new_value object, BAR: value of <BAR FIELD>,…
Dexpected_no_mh.txt11 Setting BAZ to (ID: 8) foo with new mh.
12 Post set with new mh: class art.Test1981$Transform[FOO: value of <FOO FIELD>, BAR: value of <BAR FI…
13 Setting FOO to (ID: 9) class art.Test1981$Transform with old mh.
14 Post set with old mh: class art.Test1981$Transform[FOO: class art.Test1981$Transform, BAR: value of…
16 Post reinit with mh: class art.Test1981$Transform[FOO: class art.Test1981$Transform, BAR: value of …
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
39 # Test simplification of a dead catch block with some code but no control-flow
61 # Test simplification of a dead catch block with normal-predecessors but
62 # starting with a move-exception. Verifier does not check trivially dead code
81 # Test simplification of a live catch block with dead normal-predecessors and
82 # starting with a move-exception. Verifier does not check trivially dead code
/art/test/1969-force-early-return-void/
Dclass-loading-expected.patch3 > NORMAL RUN: Single call with no interference on (ID: 46) ClassLoadObject { cnt: 0, curClass: 0}
6 > Single call with force-early-return on (ID: 47) ClassLoadObject { cnt: 0, curClass: 1}
20 > NORMAL RUN: Single call with no interference on (ID: 48) ClassLoadObject { cnt: 0, curClass: 2}
23 > Single call with force-early-return on (ID: 49) ClassLoadObject { cnt: 0, curClass: 3}
/art/test/956-methodhandles/
Dexpected.txt30 Called accept with foo
33 Called accept with bar
38 Called and then with hello there
/art/tools/ahat/
DREADME.txt26 * Have a menu at the top of an object view with links to the sections?
30 * For HeapTable with single heap shown, the heap name isn't centered?
32 * Show version number with --version.
44 * Visit /objects with an invalid site, verify it doesn't throw an exception.
63 Annotate $classOverhead byte[] arrays with their class.
66 Support heap dumps generated with HotSpotDiagnosticMXBean.
106 Show sample path from GC root with field names in place of dominator path.
119 Annotate char[] objects with their string values.
126 Annotate references with their referents.
133 Sort objects in 'objects/' with default sort.
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali5 # Test we can execute a method starting with a catch handler (without
6 # move-exception instruction). This method must be called with parameter
9 # We execute the catch handler (Label1) for the first time with p0 == 0.

12345678910>>...25