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

  /art/runtime/
leb128.h 60 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) {
dex_file.cc 882 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream);
934 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream);
935 uint32_t descriptor_idx = DecodeUnsignedLeb128P1(&stream)
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 55 uint32_t id = DecodeUnsignedLeb128P1(&stream);

Completed in 206 milliseconds