Lines Matching refs:Table
43 // Check the size of the table agrees with the number of entries
48 // The number of entries in the table
57 return Table()[entry_offset];
59 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8);
66 return &Table()[entry_offset + DexPcWidth()];
78 // Table of num_entries * (dex pc, bitmap)
79 const uint8_t* Table() const {
83 // The format of the table of the PCs for the table
102 // The width of an entry in the table
116 const uint8_t* const data_; // The header and table data