Home | History | Annotate | Download | only in verifier

Lines Matching defs:Table

50   // The number of entries in the table
59 return Table()[entry_offset];
61 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8);
68 return &Table()[entry_offset + DexPcWidth()];
80 // Table of num_entries * (dex pc, bitmap)
81 const uint8_t* Table() const {
85 // The format of the table of the PCs for the table
104 // The width of an entry in the table
116 const uint8_t* const data_; // The header and table data