Home
last modified time | relevance | path

Searched refs:ObjectMethods (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/lang/runtime/
DObjectMethodsTest.java39 import java.lang.runtime.ObjectMethods;
87 …CallSite cs = (CallSite)ObjectMethods.bootstrap(LOOKUP, "equals", C.EQUALS_DESC, C.class, C.NAME_L… in testEqualsC()
99 …CallSite cs = (CallSite)ObjectMethods.bootstrap(LOOKUP, "equals", Empty.EQUALS_DESC, Empty.class, … in testEqualsEmpty()
109 …CallSite cs = (CallSite)ObjectMethods.bootstrap(LOOKUP, "hashCode", C.HASHCODE_DESC, C.class, "x;y… in testHashCodeC()
123 …CallSite cs = (CallSite)ObjectMethods.bootstrap(LOOKUP, "hashCode", Empty.HASHCODE_DESC, Empty.cla… in testHashCodeEmpty()
130 …CallSite cs = (CallSite)ObjectMethods.bootstrap(LOOKUP, "toString", C.TO_STRING_DESC, C.class, C.N… in testToStringC()
139 …CallSite cs = (CallSite)ObjectMethods.bootstrap(LOOKUP, "toString", Empty.TO_STRING_DESC, Empty.cl… in testToStringEmpty()
148 …assertThrows(IAE, () -> ObjectMethods.bootstrap(LOOKUP, "badName", C.EQUALS_DESC, C.class, … in exceptions()
149 …assertThrows(IAE, () -> ObjectMethods.bootstrap(LOOKUP, "toString", C.TO_STRING_DESC, C.class, … in exceptions()
150 …assertThrows(IAE, () -> ObjectMethods.bootstrap(LOOKUP, "toString", C.TO_STRING_DESC, C.class, … in exceptions()
[all …]
/libcore/ojluni/annotations/sdk/nullability/java/lang/runtime/
DObjectMethods.annotated.java30 public class ObjectMethods { class
32 ObjectMethods() { throw new RuntimeException("Stub!"); } in ObjectMethods() method in ObjectMethods
/libcore/ojluni/src/main/java/java/lang/runtime/
DObjectMethods.java51 public class ObjectMethods { class
53 private ObjectMethods() { } in ObjectMethods() method in ObjectMethods
77 Class<ObjectMethods> OBJECT_METHODS_CLASS = ObjectMethods.class;
88 ClassLoader loader = ObjectMethods.class.getClassLoader();
/libcore/
Dopenjdk_java_files.bp226 "ojluni/src/main/java/java/lang/runtime/ObjectMethods.java",
DEXPECTED_UPSTREAM315 …in/java/java/lang/runtime/ObjectMethods.java,jdk17u/jdk-17.0.10-ga,src/java.base/share/classes/jav…
/libcore/api/
Dcurrent.txt5365 public class ObjectMethods {