Home | History | Annotate | Download | only in runtime

Lines Matching full:shorty

1723   std::string shorty(m->GetShorty());
1724 expandBufAdd4BE(pReply, mirror::ArtMethod::NumArgRegisters(shorty));
3555 const char* shorty = m->GetShorty(&shorty_len);
3567 if (shorty[i + 1] != JdwpTagToShortyChar(arg_types[i])) {
3571 if (shorty[i + 1] == 'L') {