Home | History | Annotate | Download | only in interpreter

Lines Matching defs:shorty

661     // We need to do runtime check on reference assignment. We need to load the shorty
665 const char* shorty = method->GetShorty(&shorty_len);
667 // Handle receiver apart since it's not part of the shorty.
681 // Skip the 0th 'shorty' type since it represents the return type.
682 DCHECK_LT(shorty_pos + 1, shorty_len) << "for shorty '" << shorty << "'";
684 switch (shorty[shorty_pos + 1]) {