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

  /art/compiler/debug/dwarf/
debug_abbrev_writer.h 53 EncodeUnsignedLeb128(&current_abbrev_, tag);
60 EncodeUnsignedLeb128(&current_abbrev_, name);
61 EncodeUnsignedLeb128(&current_abbrev_, type);
writer.h 99 EncodeUnsignedLeb128(data_, value);
104 EncodeUnsignedLeb128(data_, value);
  /art/runtime/
leb128.h 118 static inline uint8_t* EncodeUnsignedLeb128(uint8_t* dest, uint32_t value) {
131 static inline void EncodeUnsignedLeb128(Vector* dest, uint32_t value) {
149 for (uint8_t* end = EncodeUnsignedLeb128(dest, value); end < old_end; end++) {
198 EncodeUnsignedLeb128(data_, value);
leb128_test.cc 117 uint8_t* end = EncodeUnsignedLeb128(encoded_data, uleb128_tests[i].decoded);
158 end = EncodeUnsignedLeb128(end, uleb128_tests[i].decoded);
264 uint8_t* old_end = EncodeUnsignedLeb128(encoded_data, old_value);
stack_map.h     [all...]
  /art/compiler/
elf_builder.h 515 EncodeUnsignedLeb128(buffer, dchecked_integral_cast<uint32_t>(location - address));
    [all...]

Completed in 188 milliseconds