Home | History | Annotate | Download | only in vm

Lines Matching defs:FieldInfo

168     struct FieldInfo {
174 static struct FieldInfo infoDdmcChunk[] = {
182 static struct FieldInfo infoFileDescriptor[] = {
187 static struct FieldInfo infoString[] = {
195 static struct FieldInfo infoThread[] = {
206 static struct FieldInfo infoThreadGroup[] = {
212 static struct FieldInfo infoThrowable[] = {
218 static struct FieldInfo infoVMThread[] = {
224 static struct FieldInfo infoFinalizerReference[] = {
229 static struct FieldInfo infoConstructor[] = {
235 static struct FieldInfo infoField[] = {
241 static struct FieldInfo infoMethod[] = {
247 static struct FieldInfo infoProxy[] = {
252 static struct FieldInfo infoBuffer[] = {
258 static struct { const char* name; const struct FieldInfo* fields; } classes[] = {
279 const struct FieldInfo* fields = classes[i].fields;