Lines Matching defs:it
325 // multidex APK. However, it's bad practice, as each dex file requires its own tables for symbols
422 // re-attach, but cleaning up these global references is not obviously useful. It's not as if
478 auto it = index->FindWithHash(descriptor, hash);
479 return (it == index->end()) ? nullptr : it->second;
516 // Sanity check the index still doesn't exist, only 1 thread should build it.
669 DexFileParameterIterator it(*this, proto);
671 while (it.HasNext() && i < signature_length && compare == 0) {
672 compare = signature_type_idxs[i] - it.GetTypeIdx();
673 it.Next();
677 if (it.HasNext()) {
764 // For native method, lineno should be -2 to indicate it is native. Note that
835 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
836 for (uint32_t i = 0; i < parameters_size && it.HasNext(); ++i, it.Next()) {
843 const char* descriptor = it.GetDescriptor();
863 if (it.HasNext()) {
1000 // a match or we've just gone past it.
1341 // If remaining_count_ is non-positive, then it is the negative of