Home
last modified time | relevance | path

Searched refs:to (Results 126 – 150 of 861) sorted by relevance

12345678910>>...35

/art/test/800-smali/smali/
Db_22411633_2.smali17 # Create a non-precise object reference. We can do this by merging to objects together
31 # Arbitrary work to separate blocks. At this point, v4 is of type Reference<Object>.
35 # Merge the uninitialized Object from line 12 with the reference to Object from 31. Older
36 # rules set any reference merged with Object to Object. This is wrong in the case of the
/art/tools/tracefast-plugin/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
26 // to be same ISA as what it is attached to.
/art/test/1969-force-early-return-void/
Dclass-loading-expected.patch8 > Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
25 > Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/tools/jvmti-agents/ti-alloc-sample/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/test/956-methodhandles/
Dexpected.txt29 Trying to call public abstract void java.util.function.Consumer.accept(java.lang.Object)
31 Trying to call public default java.util.function.Consumer java.util.function.Consumer.andThen(java.…
32 Trying to call public abstract void java.util.function.Consumer.accept(java.lang.Object)
/art/test/590-infinite-loop-with-nop/smali/
DTestCase.smali9 # Unless required by applicable law or agreed to in writing, software
26 # Add a field to work around
27 # Failure to verify dex file '...': Offset(208) should be zero when size is zero for field-ids.
/art/test/086-null-super/
Dinfo.txt1 ClassLoader.loadClass() is expected to throw an exception, usually
7 This test is not expected to work for the reference implementation.
/art/test/518-null-array-get/
Dinfo.txt6 punted the method to the interpreter in an effort to avoid
/art/test/587-inline-class-error/smali/
DVerifyError.smali9 # Unless required by applicable law or agreed to in writing, software
19 # Override a final method to put this class in the error state.
25 # Having a static field in the class is needed to get the
/art/test/142-classloader2/smali/
DMyPathClassLoader.smali2 # We need to use smali right now to subclass a libcore class, see b/24304298.
/art/libartbase/
Dlibartbase.map1 # This is used only to hide data symbols that get imported through
3 # Before adding symbols here, please make sure that it doesn't give rise to a
/art/test/1913-get-set-local-objects/
Dexpected.txt32 …Test1913.InterfaceMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due
50 …1913.SpecificClassMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due
53 …icClassMethod(java.lang.Runnable) failed to set value TestClass2impl("TestClass2("Set TestClass2im…
56 "GetGetObject" on public static void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed due to
59 …ic void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed to set value null due to JVMTI_ERR…
62 …Test1913.PrimitiveMethod(java.lang.Runnable) failed to set value TestClass1("Set TestClass1") due
65 …rimitiveMethod(java.lang.Runnable) failed to set value TestClass1ext("TestClass1("Set TestClass1ex…
68 …Test1913.PrimitiveMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due
71 …imitiveMethod(java.lang.Runnable) failed to set value TestClass2impl("TestClass2("Set TestClass2im…
104 …1913.NullInterfaceMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due
[all …]
/art/test/068-classloader/
Dinfo.txt1 Class loaders allow code to "redefine" a given class, e.g. it's possible to
/art/test/989-method-trace-throw/
Dinfo.txt3 This test is sensitive to the internal implementations of:
14 Changes to the internal implementation of these classes might (or might not)
/art/test/656-annotation-lookup-generic-jni/
Dinfo.txt2 method with an annotation (to be found in a custom class loader)
5 stack with an unexpected layout when trying to resolve the method's
/art/test/988-method-trace/
Dinfo.txt3 This test is sensitive to the internal implementations of:
14 Changes to the internal implementation of these classes might (or might not)
/art/test/135-MirandaDispatch/
Dinfo.txt3 …The method 'void Main$TheInterface.m()' was expected to be of type virtual but instead was found t…
/art/test/1948-obsolete-const-method-handle/
Dinfo.txt4 It is almost impossible to get them emmited from normal java code so we don't
5 have any coverage on them. To get this coverage we use ASM to build a class file
/art/runtime/
Dmethod_handles.h39 ObjPtr<mirror::Class> to);
44 ObjPtr<mirror::Class> to);
53 ObjPtr<mirror::Class> to,
/art/test/1948-obsolete-const-method-handle/util-src/
Dinfo.txt2 contents of src/. Then it uses TestGenerator to add additional functions to the
/art/tools/runtime_memusage/
DREADME20 also outputted to logcat.
23 in order to give both types of information. The other two are used in some of
32 This is necessary in order to get symbolized traces from the output given by
35 How to Use:
45 files in the logcat to be processed.
82 Using the package name, uses baksmali to get
91 CATEGORIES are words that are expected to show in
/art/sigchainlib/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
53 // TODO(b/142944043) Clean this up. This is due to the dependency from
60 // but throws when called. This can be used to get static binaries which don't
61 // need the real functionality of the sig chain but need to please the linker.
/art/test/1953-pop-frame/
Dclass-loading-expected.patch19 > Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 > Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/test/1956-pop-frame-jit-calling/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
/art/test/1954-pop-frame-jit/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME

12345678910>>...35