Home | History | Annotate | Download | only in runtime

Lines Matching refs:DecodeUnsignedLeb128

36       return DecodeUnsignedLeb128(&table);
45 uint32_t total_size = DecodeUnsignedLeb128(&table);
46 uint32_t pc_to_dex_size = DecodeUnsignedLeb128(&table);
54 uint32_t total_size = DecodeUnsignedLeb128(&table);
55 uint32_t pc_to_dex_size = DecodeUnsignedLeb128(&table);
59 DecodeUnsignedLeb128(&table); // Move ptr past native PC delta.
74 native_pc_offset_ = DecodeUnsignedLeb128(&encoded_table_ptr_);
91 native_pc_offset_ += DecodeUnsignedLeb128(&encoded_table_ptr_);
128 DecodeUnsignedLeb128(&table); // Total_size, unused.
129 uint32_t pc_to_dex_size = DecodeUnsignedLeb128(&table);
137 DecodeUnsignedLeb128(&table); // Total_size, unused.
138 DecodeUnsignedLeb128(&table); // PC to Dex size, unused.
151 native_pc_offset_ = DecodeUnsignedLeb128(&encoded_table_ptr_);
168 native_pc_offset_ += DecodeUnsignedLeb128(&encoded_table_ptr_);