Searched defs:shorty_type (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir.cc25 RegisterClass Mir2Lir::ShortyToRegClass(char shorty_type) { argument
27 switch (shorty_type) {
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc1786 char RemapShorty(char shorty_type) { argument
1798 switch (shorty_type) {
1799 case 'Z' : shorty_type = 'I'; break;
1800 case 'B' : shorty_type = 'I'; break;
1801 case 'S' : shorty_type = 'I'; break;
1802 case 'C' : shorty_type = 'I'; break;
1805 return shorty_type;
/art/compiler/llvm/
H A Dgbc_expander.cc2684 char shorty_type = art::RemapShorty(shorty[i]); local
2685 args_type.push_back(irb_.getJType(shorty_type));

Completed in 75 milliseconds