Searched refs:ShortyIterator (Results 1 – 4 of 4) sorted by relevance
281 inline Mir2Lir::ShortyIterator::ShortyIterator(const char* shorty, bool is_static) in ShortyIterator() function287 inline bool Mir2Lir::ShortyIterator::Next() { in Next()
1876 class ShortyIterator {1878 ShortyIterator(const char* shorty, bool is_static);1899 void Initialize(ShortyIterator* shorty, InToRegStorageMapper* mapper);
769 ShortyIterator shorty_iterator(target_shorty, type == kStatic); in GenDalvikArgs()893 ShortyIterator shorty_iterator(cu_->shorty, cu_->invoke_type == kStatic); in EnsureInitializedArgMappingToPhysicalReg()
1420 void Mir2Lir::InToRegStorageMapping::Initialize(ShortyIterator* shorty, in Initialize()