Home | History | Annotate | Download | only in dex

Lines Matching full:shorty

221       switch (cu_->shorty[0]) {
260 const char* shorty = GetShortyFromTargetIdx(target_idx);
262 if ((shorty[0] == 'F') || (shorty[0] == 'D')) {
271 if (shorty[0] == 'D') {
287 if (strlen(shorty) > 1) {
289 DCHECK_LT(cpos, strlen(shorty));
290 switch (shorty[cpos++]) {
474 const char* shorty = cu_->shorty;
475 int shorty_len = strlen(shorty);
477 switch (shorty[i]) {