OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRefField
(Results
1 - 3
of
3
) sorted by null
/art/tools/ahat/src/main/com/android/ahat/heapdump/
AhatClassInstance.java
61
@Override public AhatInstance
getRefField
(String fieldName) {
133
return
getRefField
("referent");
140
AhatInstance location =
getRefField
("location");
235
AhatInstance field =
getRefField
(fieldName);
AhatInstance.java
473
public AhatInstance
getRefField
(String fieldName) {
/art/tools/ahat/src/test/com/android/ahat/
InstanceTest.java
252
AhatInstance left = base.
getRefField
("left");
253
AhatInstance right = base.
getRefField
("right");
254
AhatInstance target = left.
getRefField
("right");
Completed in 761 milliseconds