Lines Matching defs:table
55 * Create a table of inline substitutions. Sets gDvm.inlineSubs.
58 * into a hash table as the list size increases.
64 InlineSub* table;
72 table = (InlineSub*) calloc(count + 1, sizeof(InlineSub));
89 table[tableIndex].method = method;
90 table[tableIndex].inlineIdx = i;
94 /* mark end of table */
95 table[tableIndex].method = NULL;
97 gDvm.inlineSubs = table;
444 * Check the table first. If not there, do the lookup by name.
482 * Add it to the resolved table so we're faster on the next lookup.
561 * Add it to the resolved table so we're faster on the next lookup.
634 * Add it to the resolved table so we're faster on the next lookup.
637 * of a valid value in the resolution table implies that the class
846 * Add it to the resolved table so we're faster on the next lookup.
849 * because the presence of a valid value in the resolution table
1031 * Add it to the resolved table so we're faster on the next lookup.