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

/dalvik/vm/reflect/
H A DProxy.cpp50 #define kProxySFieldCount 1 macro
106 sizeof(ClassObject) + kProxySFieldCount * sizeof(StaticField);
175 assert(kProxySFieldCount == 1);
176 newClass->sfieldCount = kProxySFieldCount;

Completed in 36 milliseconds