Home
last modified time | relevance | path

Searched refs:DEBUGGER (Results 1 – 4 of 4) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DRootType.java73 DEBUGGER (1 << 9), enumConstant
DParser.java532 roots.add(new RootData(objectId, RootType.DEBUGGER)); in parseInternal()
/art/test/etc/
Drun-test-jar28 DEBUGGER="n"
317 DEBUGGER="agent"
324 DEBUGGER="y"
562 if [ "$DEBUGGER" = "y" ]; then
579 elif [ "$DEBUGGER" = "agent" ]; then
/art/tools/ahat/etc/
Dahat_api.txt210 enum_constant public static final com.android.ahat.heapdump.RootType DEBUGGER;