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