Home | History | Annotate | Download | only in runtime

Lines Matching refs:table

32   explicit VmapTable(const uint8_t* table) : table_(table) {
37 const uint8_t* table = table_;
38 size_t size = DecodeUnsignedLeb128(&table);
40 uint16_t adjusted_entry = DecodeUnsignedLeb128(&table);
42 adjusted_entry = DecodeUnsignedLeb128(&table);
48 const uint8_t* table = table_;
49 return DecodeUnsignedLeb128(&table);
64 const uint8_t* table = table_;
66 size_t end = DecodeUnsignedLeb128(&table);
75 uint16_t adjusted_entry = DecodeUnsignedLeb128(&table);
101 const uint8_t* table = table_;
102 DecodeUnsignedLeb128(&table); // Skip size.
103 while (DecodeUnsignedLeb128(&table) != kAdjustedFpMarker) {