Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 2 of 2) sorted by relevance

/art/tools/jfuzz/
Djfuzz.cc148 static bool isInteger(Type tp) { in isInteger()
153 static bool isFP(Type tp) { in isFP()
201 void emitUnaryOp(Type tp) { in emitUnaryOp()
212 void emitIncDecOp(Type tp) { in emitIncDecOp()
221 void emitBinaryOp(Type tp) { in emitBinaryOp()
232 void emitAssignmentOp(Type tp) { in emitAssignmentOp()
243 void emitRelationalOp(Type tp) { in emitRelationalOp()
252 Type emitTypeConversionOp(Type tp) { in emitTypeConversionOp()
294 void emitTypeConversion(Type tp) { in emitTypeConversion()
296 Type tp = randomType(); in emitTypeConversion() local
[all …]
/art/dexdump/
Ddexdump.cc913 const char* tp = pDexFile->GetTypeDescriptor(dex::TypeIndex(index)); in indexString() local