Searched refs:ShortyIterator (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir-inl.h281 inline Mir2Lir::ShortyIterator::ShortyIterator(const char* shorty, bool is_static) function in class:art::Mir2Lir::ShortyIterator
287 inline bool Mir2Lir::ShortyIterator::Next() {
H A Dmir_to_lir.h1876 class ShortyIterator { class in class:art::Mir2Lir
1878 ShortyIterator(const char* shorty, bool is_static);
1899 void Initialize(ShortyIterator* shorty, InToRegStorageMapper* mapper);
H A Dgen_invoke.cc769 ShortyIterator shorty_iterator(target_shorty, type == kStatic);
893 ShortyIterator shorty_iterator(cu_->shorty, cu_->invoke_type == kStatic);
H A Dmir_to_lir.cc1420 void Mir2Lir::InToRegStorageMapping::Initialize(ShortyIterator* shorty,

Completed in 76 milliseconds