Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.cc25 RegisterClass Mir2Lir::ShortyToRegClass(char shorty_type) { in ShortyToRegClass()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1786 char RemapShorty(char shorty_type) { in RemapShorty()
/art/compiler/llvm/
Dgbc_expander.cc2684 char shorty_type = art::RemapShorty(shorty[i]); in GetFunctionType() local