Searched defs:getIntField (Results 1 - 2 of 2) sorted by relevance

/art/tools/ahat/src/
H A DInstanceUtils.java100 int count = getIntField(inst, "count", numChars);
108 int offset = getIntField(inst, "offset", 0);
126 Integer width = getIntField(inst, "mWidth", null);
131 Integer height = getIntField(inst, "mHeight", null);
197 private static Integer getIntField(Instance inst, String fieldName, Integer def) { method in class:InstanceUtils
/art/test/439-npe/src/
H A DMain.java69 public static int $opt$getIntField(Main m) {
165 $opt$getIntField(null);
168 check(npe, thisLine += 6, methodLine += 4, "$opt$getIntField");

Completed in 709 milliseconds