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

  /art/runtime/
dex_file.cc     [all...]
leb128.h 103 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) {
  /art/dexlayout/
dex_ir.cc 65 DecodeUnsignedLeb128P1(&stream); // Parameter name.
81 DecodeUnsignedLeb128P1(&stream); // name_idx
82 DecodeUnsignedLeb128P1(&stream); // type_idx
86 DecodeUnsignedLeb128P1(&stream); // name_idx
87 DecodeUnsignedLeb128P1(&stream); // type_idx
88 DecodeUnsignedLeb128P1(&stream); // sig_idx
98 DecodeUnsignedLeb128P1(&stream); // name_idx
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 56 uint32_t id = DecodeUnsignedLeb128P1(&stream);

Completed in 173 milliseconds