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.java530 roots.add(new RootData(objectId, RootType.DEBUGGER)); in parseInternal()
/art/test/etc/
Drun-test-jar21 DEBUGGER="n"
273 DEBUGGER="agent"
279 DEBUGGER="y"
485 if [ "$DEBUGGER" = "y" ]; then
503 elif [ "$DEBUGGER" = "agent" ]; then
/art/tools/ahat/etc/
Dahat_api.txt208 enum_constant public static final com.android.ahat.heapdump.RootType DEBUGGER;