Home
last modified time | relevance | path

Searched refs:DecodeUnsignedLeb128P1 (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h328 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
375 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
376 uint16_t descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
379 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
438 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugLocalInfo()
508 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()
509 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()
513 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()
514 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()
515 DecodeUnsignedLeb128P1(&stream); // signature. in DecodeDebugPositionInfo()
[all …]
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc102 DecodeUnsignedLeb128P1(&stream); // Parameter name. in ProcessDexFiles()
126 DecodeUnsignedLeb128P1(&stream); // name_idx in ProcessDexFiles()
127 DecodeUnsignedLeb128P1(&stream); // type_idx in ProcessDexFiles()
132 DecodeUnsignedLeb128P1(&stream); // name_idx in ProcessDexFiles()
133 DecodeUnsignedLeb128P1(&stream); // type_idx in ProcessDexFiles()
134 DecodeUnsignedLeb128P1(&stream); // sig_idx in ProcessDexFiles()
150 DecodeUnsignedLeb128P1(&stream); // name_idx in ProcessDexFiles()
/art/libartbase/base/
Dleb128.h89 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1() function