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

  /art/runtime/
leb128.h 57 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) {
dex_file.cc 789 uint32_t id = DecodeUnsignedLeb128P1(&stream);
844 name_idx = DecodeUnsignedLeb128P1(&stream);
845 descriptor_idx = DecodeUnsignedLeb128P1(&stream);
847 signature_idx = DecodeUnsignedLeb128P1(&stream);
    [all...]

Completed in 499 milliseconds