Searched defs:ifieldCount (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/hprof/
H A DHprofHeap.c364 iFieldCount = thisClass->ifieldCount;
453 int i, ifieldCount; local
455 ifieldCount = sclass->ifieldCount;
456 for (i = 0; i < ifieldCount; i++) {
/dalvik/vm/oo/
H A DObject.h501 int ifieldCount; member in struct:ClassObject

Completed in 180 milliseconds