Lines Matching defs:table
333 * The "catches" table is used when throwing an exception,
361 * Link table. Currently undefined.
448 * Lookup table for classes. It provides a mapping from class name to
452 * don't need the same hash table in every VM. This is slightly slower than
453 * a hash table with direct pointers to the items, but because it's shared
454 * there's less of a penalty for using a fairly sparse table.
458 int numEntries; // size of table[]; always power of 2
463 } table[1];
479 u4 depsOffset; /* offset of optimized DEX dependency table */
587 * Create class lookup table.