Home
last modified time | relevance | path

Searched refs:RemapShorty (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/portable/
Dmir_to_gbc.cc1786 char RemapShorty(char shorty_type) { in RemapShorty() function
1810 ::llvm::Type* ret_type = irb_->getJType(RemapShorty(cu_->shorty[0])); in GetFunctionType()
1824 args_type.push_back(irb_->getJType(RemapShorty(cu_->shorty[i]))); in GetFunctionType()
/art/compiler/llvm/
Dgbc_expander.cc116 extern char RemapShorty(char shortyType);
2684 char shorty_type = art::RemapShorty(shorty[i]); in GetFunctionType()
2817 ret_shorty = art::RemapShorty(ret_shorty); in GetUnwindBasicBlock()