Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Djfuzz.cc148 static bool isInteger(Type tp) { in isInteger() function in __anon58250dea0111::JFuzz
204 } else if (isInteger(tp)) { in emitUnaryOp()
224 } else if (isInteger(tp)) { in emitBinaryOp()
235 } else if (isInteger(tp)) { in emitAssignmentOp()
320 } else if (isInteger(tp)) { in emitIntrinsic1()
365 } else if (isInteger(tp)) { in emitIntrinsic2()
446 } else if (isInteger(tp)) { in emitMisc()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java158 public boolean isInteger() { in isInteger() method in Value
450 public boolean isInteger() { in isInteger() method in Value.IntValue
DAhatClassInstance.java74 if (value == null || !value.isInteger()) { in getIntField()
/art/tools/ahat/etc/
Dahat_api.txt308 method public boolean isInteger();