Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir-inl.h282 : cur_(shorty + 1), pending_this_(!is_static), initialized_(false) { in ShortyIterator()
290 } else if (pending_this_) { in Next()
291 pending_this_ = false; in Next()
296 return *cur_ != 0 || pending_this_; in Next()
Dmir_to_lir.h1880 ShortyArg GetArg() { return ShortyArg(pending_this_ ? 'L' : *cur_); } in GetArg()
1883 bool pending_this_; variable