HomeSort by relevance Sort by last modified time
    Searched refs:DecodeUnsignedLeb128 (Results 1 - 24 of 24) sorted by null

  /art/runtime/
mapping_table.h 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)
    [all...]
method_info.h 37 num_method_indices_ = DecodeUnsignedLeb128(&ptr);
quicken_info.h 48 num_elements_(!data.empty() ? DecodeUnsignedLeb128(&data_) : 0u) {}
type_lookup_table.h 133 DecodeUnsignedLeb128(&ptr);
stack_map.h     [all...]
elf_file.cc     [all...]
class_linker.cc     [all...]
  /art/libdexfile/dex/
dex_file_exception_helpers.cc 87 handler_.type_idx_ = dex::TypeIndex(DecodeUnsignedLeb128(&current_data_));
88 handler_.address_ = DecodeUnsignedLeb128(&current_data_);
95 handler_.address_ = DecodeUnsignedLeb128(&current_data_);
dex_file-inl.h 32 return DecodeUnsignedLeb128(&ptr);
39 *utf16_length = DecodeUnsignedLeb128(&ptr);
255 DecodeUnsignedLeb128(&stream); // Line.
256 uint32_t parameters_size = DecodeUnsignedLeb128(&stream);
302 address += DecodeUnsignedLeb128(&stream);
309 uint16_t reg = DecodeUnsignedLeb128(&stream);
338 uint16_t reg = DecodeUnsignedLeb128(&stream);
354 uint16_t reg = DecodeUnsignedLeb128(&stream);
429 entry.line_ = DecodeUnsignedLeb128(&stream);
430 uint32_t parameters_size = DecodeUnsignedLeb128(&stream)
    [all...]
dex_file_verifier_test.cc 232 DecodeUnsignedLeb128(&trailing);
233 DecodeUnsignedLeb128(&trailing);
234 DecodeUnsignedLeb128(&trailing);
235 DecodeUnsignedLeb128(&trailing);
252 DecodeUnsignedLeb128(&trailing);
284 return DecodeUnsignedLeb128(&method_flags_ptr);
305 DecodeUnsignedLeb128(&ptr);
309 DecodeUnsignedLeb128(&tmp);
843 DecodeUnsignedLeb128(&trailing);
844 DecodeUnsignedLeb128(&trailing)
    [all...]
dex_file.cc 700 header_.static_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
701 header_.instance_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
702 header_.direct_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
703 header_.virtual_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
707 field_.field_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
708 field_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
714 method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
715 method_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
716 method_.code_off_ = DecodeUnsignedLeb128(&ptr_pos_);
729 array_size_ = (ptr_ != nullptr) ? DecodeUnsignedLeb128(&ptr_) : 0
    [all...]
code_item_accessors-inl.h 146 const uint32_t handlers_size = DecodeUnsignedLeb128(&handler_data);
154 DecodeUnsignedLeb128(&handler_data);
compact_offset_table.cc 57 current_offset += DecodeUnsignedLeb128(&block);
  /art/dexlayout/
dex_ir.cc 47 DecodeUnsignedLeb128(&stream); // line_start
48 uint32_t parameters_size = DecodeUnsignedLeb128(&stream);
59 DecodeUnsignedLeb128(&stream); // addr_diff
65 DecodeUnsignedLeb128(&stream); // register_num
70 DecodeUnsignedLeb128(&stream); // register_num
77 DecodeUnsignedLeb128(&stream); // register_num
284 const uint32_t size = DecodeUnsignedLeb128(data);
298 const uint32_t type_idx = DecodeUnsignedLeb128(data);
299 const uint32_t size = DecodeUnsignedLeb128(data);
302 const uint32_t name_index = DecodeUnsignedLeb128(data)
    [all...]
  /art/libartbase/base/
leb128_test.cc 110 EXPECT_EQ(DecodeUnsignedLeb128(&data_ptr), uleb128_tests[i].decoded) << " i = " << i;
129 EXPECT_EQ(DecodeUnsignedLeb128(&data_ptr), uleb128_tests[i].decoded) << " i = " << i;
148 EXPECT_EQ(DecodeUnsignedLeb128(&encoded_data_ptr), uleb128_tests[i].decoded) << " i = " << i;
171 EXPECT_EQ(DecodeUnsignedLeb128(&encoded_data_ptr), uleb128_tests[i].decoded) << " i = " << i;
268 EXPECT_EQ(DecodeUnsignedLeb128(&new_end), new_value);
295 EXPECT_EQ(DecodeUnsignedLeb128(&encoded_data_ptr), (i * 1024) + j);
leb128.h 33 static inline uint32_t DecodeUnsignedLeb128(const uint8_t** data) {
59 return DecodeUnsignedLeb128(&data);
110 return DecodeUnsignedLeb128(data) - 1;
275 uint32_t old_value = DecodeUnsignedLeb128(&old_end);
  /art/runtime/dex/
dex_file_annotations.cc 175 uint32_t type_index = DecodeUnsignedLeb128(&annotation);
209 uint32_t size = DecodeUnsignedLeb128(&annotation);
220 DecodeUnsignedLeb128(&annotation); // unused type_index
221 uint32_t size = DecodeUnsignedLeb128(&annotation);
223 DecodeUnsignedLeb128(&annotation); // unused element_name_index
249 DecodeUnsignedLeb128(&annotation); // unused type_index
250 uint32_t size = DecodeUnsignedLeb128(&annotation);
253 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation);
338 uint32_t type_index = DecodeUnsignedLeb128(annotation);
339 uint32_t size = DecodeUnsignedLeb128(annotation)
    [all...]
  /art/compiler/optimizing/
block_builder.cc 90 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
313 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
  /art/dexdump/
dexdump.cc 510 const u4 size = DecodeUnsignedLeb128(data);
519 const u4 type_idx = DecodeUnsignedLeb128(data);
522 const u4 size = DecodeUnsignedLeb128(data);
524 const u4 name_idx = DecodeUnsignedLeb128(data);
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 57 DecodeUnsignedLeb128(&stream); // line.
58 uint32_t parameters_size = DecodeUnsignedLeb128(&stream);
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/tools/veridex/
flow_analysis.cc 69 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
  /art/runtime/verifier/
verifier_deps.cc 554 return DecodeUnsignedLeb128(in);
    [all...]
method_verifier.cc     [all...]

Completed in 1117 milliseconds