Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Djfuzz.cc148 static bool isInteger(Type tp) { in isInteger() argument
149 return tp == kInt || tp == kLong; in isInteger()
153 static bool isFP(Type tp) { in isFP() argument
154 return tp == kFloat || tp == kDouble; in isFP()
158 void emitType(Type tp) const { in emitType()
159 switch (tp) { in emitType()
169 void emitTypeClass(Type tp) const { in emitTypeClass()
170 switch (tp) { in emitTypeClass()
201 void emitUnaryOp(Type tp) { in emitUnaryOp() argument
202 if (tp == kBoolean) { in emitUnaryOp()
[all …]
/art/dexdump/
Ddexdump.cc852 const char* tp = pDexFile->StringByTypeIdx(dex::TypeIndex(index)); in indexString() local
853 outSize = snprintf(buf.get(), bufSize, "%s // type@%0*x", tp, width, index); in indexString()
/art/dexlayout/
Ddexlayout.cc408 const char* tp = header->TypeIds()[index]->GetStringId()->Data(); in IndexString() local
409 outSize = snprintf(buf.get(), buf_size, "%s // type@%0*x", tp, width, index); in IndexString()