Home
last modified time | relevance | path

Searched refs:getLongField (Results 1 – 3 of 3) sorted by relevance

/art/test/439-npe/
Dexpected.txt13 $opt$getLongField
/art/tools/ahat/src/
DInstanceUtils.java211 private static Long getLongField(Instance inst, String fieldName, Long def) { in getLongField() method in InstanceUtils
317 Long pointer = InstanceUtils.getLongField(inst, "nativePtr", null); in getNativeAllocation()
341 Long size = InstanceUtils.getLongField(registry, "size", null); in getNativeAllocation()
/art/test/439-npe/src/
DMain.java77 public static long $opt$getLongField(Main m) { in $opt$getLongField()
177 $opt$getLongField(null); in main()