HomeSort by relevance Sort by last modified time
    Searched defs:ObjectReference (Results 1 - 25 of 41) sorted by null

1 2

  /art/runtime/mirror/
object_reference.h 35 class MANAGED ObjectReference {
62 explicit ObjectReference(MirrorType* mirror_ptr)
87 class MANAGED HeapReference : public ObjectReference<kPoisonHeapReferences, MirrorType> {
102 : ObjectReference<kPoisonHeapReferences, MirrorType>(mirror_ptr) {}
110 class MANAGED CompressedReference : public mirror::ObjectReference<false, MirrorType> {
113 : mirror::ObjectReference<false, MirrorType>(nullptr) {}
122 : mirror::ObjectReference<false, MirrorType>(p) {}
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
MonitorInfoDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
ReferenceTypeDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
SetValues002Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
42 logWriter.println("\n--> Debuggee: SetValues002Debuggee: Before ObjectReference::SetValues command:");
48 logWriter.println("\n--> Debuggee: SetValues002Debuggee: After ObjectReference::SetValues command:");
InvokeMethod002Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
50 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod002Debuggee$TestClass");
56 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod002Debuggee(#1)");
58 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod002Debuggee(#2)");
InvokeMethod003Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
46 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod003Debuggee$TestClass");
52 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod003Debuggee(#1)");
54 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod003Debuggee(#2)");
SetValues003Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
49 logWriter.println("\n--> Debuggee: SetValues003Debuggee: Before ObjectReference::SetValues command:");
56 logWriter.println("\n--> Debuggee: SetValues003Debuggee: After ObjectReference::SetValues command:");
SetValuesDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
DisableCollectionDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
GetValues002Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
GetValues003Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
73 logWriter.println("\n--> Debuggee: GetValues003Debuggee: Before ObjectReference::GetValues command:");
GetValues003Test.java 27 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
39 * JDWP Unit test for ObjectReference.GetValues command for Object fields with value=null.
43 static final String thisCommandName = "ObjectReference::GetValues command";
44 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/GetValues003Debuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValues003Debuggee";
52 * This test exercises ObjectReference.GetValues command for static fields.
55 * Then for this objectID test executes ObjectReference.GetValues command for
GetValuesDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
InvokeMethodAfterMultipleThreadSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
30 * JDWP unit test for ObjectReference.InvokeCommand command with thread suspended more than once
66 return "ObjectReference.InvokeCommand";
InvokeMethodDefault002Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
73 packageName + "ObjectReference.InvokeMethodDefault002Debuggee$TestClass");
80 packageName + "ObjectReference.InvokeMethodDefault002Debuggee(#1)");
83 packageName + "ObjectReference.InvokeMethodDefault002Debuggee(#2)");
InvokeMethodDefaultDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
65 packageName + "ObjectReference.InvokeMethodDefaultDebuggee$TestClass");
72 packageName + "ObjectReference.InvokeMethodDefaultDebuggee(#1)");
75 packageName + "ObjectReference.InvokeMethodDefaultDebuggee(#2)");
InvokeMethodWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
30 * JDWP unit test for ObjectReference.InvokeCommand command with a thread suspension.
64 return "ObjectReference.InvokeCommand";
ReferringObjectsDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
SetValues004Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
67 logWriter.println("\n--> Debuggee: SetValues004Debuggee: Before ObjectReference::SetValues command:");
80 logWriter.println("\n--> Debuggee: SetValues004Debuggee: After ObjectReference::SetValues command:");
SetValues004Test.java 27 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
39 * JDWP Unit test for ObjectReference.SetValues command with null values.
45 static final String thisCommandName = "ObjectReference.SetValues command";
46 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/SetValues004Debuggee;";
50 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValues004Debuggee";
54 * This test exercises ObjectReference.SetValues command with null values.
57 * Then for this objectID test executes ObjectReference.SetValues command for
SetValuesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
38 * JDWP Unit test for ObjectReference.SetValues command.
44 static final String thisCommandName = "ObjectReference.SetValues command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/SetValuesDebuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValuesDebuggee";
53 * This test exercises ObjectReference.SetValues command.
56 * Then for this objectID test executes ObjectReference.SetValues command for special
DisableCollectionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
39 * JDWP Unit test for ObjectReference.DisableCollection command.
43 static final String thisCommandName = "ObjectReference::DisableCollection command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/DisableCollectionDebuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.DisableCollectionDebuggee";
53 * This testcase exercises ObjectReference.DisableCollection command.
57 * ObjectReference.DisableCollection command for checked object. After that
151 * This testcase exercises ObjectReference.DisableCollection command.
166 * This testcase exercises ObjectReference.DisableCollection command.
EnableCollectionDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
EnableCollectionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
39 * JDWP Unit test for ObjectReference.EnableCollection command.
45 static final String thisCommandName = "ObjectReference::EnableCollection command";
46 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/EnableCollectionDebuggee;";
50 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.EnableCollectionDebuggee";
54 * This testcase exercises ObjectReference.EnableCollection command.
57 * Then for this objectID test executes ObjectReference::DisableCollection command
58 * and ObjectReference.EnableCollection command. After that Debuggee tries to
108 ("\n=> Send ObjectReference::DisableCollection command for checked ObjectID...");
117 checkReplyPacket(disableCollectionReply, "ObjectReference::DisableCollection command")
    [all...]
GetValuesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
38 * JDWP Unit test for ObjectReference.GetValues command .
42 static final String thisCommandName = "ObjectReference::GetValues command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/GetValuesDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValuesDebuggee";
51 * This test exercises ObjectReference.GetValues command.
54 * Then for this objectID test executes ObjectReference::GetValues command for special

Completed in 334 milliseconds

1 2