Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h224 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
271 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
272 uint16_t descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
275 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()
327 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugLocalInfo()
396 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()
397 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()
401 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()
402 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()
403 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/dexlayout/
Ddex_ir_builder.cc51 DecodeUnsignedLeb128P1(&stream); // Parameter name. in GetDebugInfoStreamSize()
67 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()
68 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()
72 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()
73 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()
74 DecodeUnsignedLeb128P1(&stream); // sig_idx in GetDebugInfoStreamSize()
84 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()
/art/libartbase/base/
Dleb128.h109 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1() function