Home | History | Annotate | Download | only in src

Lines Matching defs:Table

42 // The design of the table uses the inline cache stubs used for
279 // Clear the lookup table (@ mark compact collection).
287 // Generate code for probing the stub cache table.
298 enum Table {
304 SCTableReference key_reference(StubCache::Table table) {
306 reinterpret_cast<Address>(&first_entry(table)->key));
310 SCTableReference value_reference(StubCache::Table table) {
312 reinterpret_cast<Address>(&first_entry(table)->value));
316 StubCache::Entry* first_entry(StubCache::Table table) {
317 switch (table) {
379 RLYSTC Entry* entry(Entry* table, int offset) {
382 reinterpret_cast<Address>(table) + (offset << shift_amount));