Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.cc1428 ShortyArg arg = shorty->GetArg(); in Initialize()
Dmir_to_lir.h1880 ShortyArg GetArg() { return ShortyArg(pending_this_ ? 'L' : *cur_); } in GetArg() function