Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 3 of 3) 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/dexlayout/
Ddexlayout.cc408 const char* tp = header->TypeIds()[index]->GetStringId()->Data(); in IndexString() local
/art/dexdump/
Ddexdump.cc852 const char* tp = pDexFile->StringByTypeIdx(dex::TypeIndex(index)); in indexString() local