HomeSort by relevance Sort by last modified time
    Searched defs:mFieldIndex (Results 1 - 2 of 2) sorted by null

  /art/tools/ahat/src/main/com/android/ahat/heapdump/
AhatClassInstance.java 311 // mFields and mFieldIndex are reset each time we walk up to the next
314 private int mFieldIndex;
321 mFieldIndex = 0;
330 while (mFieldIndex == mFields.length && mNextClassObj != null) {
332 mFieldIndex = 0;
335 return mFieldIndex < mFields.length;
343 Field field = mFields[mFieldIndex++];
  /frameworks/compile/slang/
slang_rs_reflection.h 108 unsigned mFieldIndex; // corresponds to FieldIndexMapTy::mapped_type.first
171 if (Which & FieldIndex ) mFieldIndex++;
175 inline void resetFieldIndex() { mFieldIndex = mField32Index = 0; }
180 mFieldIndexMap.insert(std::make_pair(F, std::make_pair(mFieldIndex, mField32Index)));

Completed in 103 milliseconds