OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjectReference
(Results
1 - 25
of
41
) sorted by null
1
2
/art/runtime/mirror/
object_reference.h
34
class MANAGED
ObjectReference
{
58
ObjectReference
<kPoisonReferences, MirrorType>(MirrorType* mirror_ptr)
83
class MANAGED HeapReference : public
ObjectReference
<kPoisonHeapReferences, MirrorType> {
91
:
ObjectReference
<kPoisonHeapReferences, MirrorType>(mirror_ptr) {}
96
class MANAGED CompressedReference : public mirror::
ObjectReference
<false, MirrorType> {
99
: mirror::
ObjectReference
<false, MirrorType>(nullptr) {}
108
: 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
;
41
logWriter.println("\n--> Debuggee: SetValues002Debuggee: Before
ObjectReference
::SetValues command:");
47
logWriter.println("\n--> Debuggee: SetValues002Debuggee: After
ObjectReference
::SetValues command:");
InvokeMethod002Debuggee.java
19
package org.apache.harmony.jpda.tests.jdwp.
ObjectReference
;
49
c = Class.forName("org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.InvokeMethod002Debuggee$TestClass");
55
synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.InvokeMethod002Debuggee(#1)");
57
synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.InvokeMethod002Debuggee(#2)");
InvokeMethod003Debuggee.java
19
package org.apache.harmony.jpda.tests.jdwp.
ObjectReference
;
44
c = Class.forName("org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.InvokeMethod003Debuggee$TestClass");
50
synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.InvokeMethod003Debuggee(#1)");
52
synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.InvokeMethod003Debuggee(#2)");
SetValues003Debuggee.java
26
package org.apache.harmony.jpda.tests.jdwp.
ObjectReference
;
48
logWriter.println("\n--> Debuggee: SetValues003Debuggee: Before
ObjectReference
::SetValues command:");
55
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
;
70
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;";
47
return "org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.GetValues003Debuggee";
51
* This test exercises
ObjectReference
.GetValues command for static fields.
54
* 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
;
71
packageName + "
ObjectReference
.InvokeMethodDefault002Debuggee$TestClass");
78
packageName + "
ObjectReference
.InvokeMethodDefault002Debuggee(#1)");
81
packageName + "
ObjectReference
.InvokeMethodDefault002Debuggee(#2)");
InvokeMethodDefaultDebuggee.java
19
package org.apache.harmony.jpda.tests.jdwp.
ObjectReference
;
63
packageName + "
ObjectReference
.InvokeMethodDefaultDebuggee$TestClass");
70
packageName + "
ObjectReference
.InvokeMethodDefaultDebuggee(#1)");
73
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
;
64
logWriter.println("\n--> Debuggee: SetValues004Debuggee: Before
ObjectReference
::SetValues command:");
77
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;";
49
return "org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.SetValues004Debuggee";
53
* This test exercises
ObjectReference
.SetValues command with null values.
56
* 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;";
48
return "org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.SetValuesDebuggee";
52
* This test exercises
ObjectReference
.SetValues command.
55
* 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;";
48
return "org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.DisableCollectionDebuggee";
52
* This testcase exercises
ObjectReference
.DisableCollection command.
56
*
ObjectReference
.DisableCollection command for checked object. After that
150
* This testcase exercises
ObjectReference
.DisableCollection command.
165
* 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;";
49
return "org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.EnableCollectionDebuggee";
53
* This testcase exercises
ObjectReference
.EnableCollection command.
56
* Then for this objectID test executes
ObjectReference
::DisableCollection command
57
* and
ObjectReference
.EnableCollection command. After that Debuggee tries to
107
("\n=> Send
ObjectReference
::DisableCollection command for checked ObjectID...");
116
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;";
46
return "org.apache.harmony.jpda.tests.jdwp.
ObjectReference
.GetValuesDebuggee";
50
* This test exercises
ObjectReference
.GetValues command.
53
* Then for this objectID test executes
ObjectReference
::GetValues command for special
Completed in 225 milliseconds
1
2