Home
last modified time | relevance | path

Searched refs:current_data_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.cc1268 current_data_ = NULL; in Init()
1276 current_data_ = handler_data; in Init()
1277 remaining_count_ = DecodeSignedLeb128(&current_data_); in Init()
1293 handler_.type_idx_ = DecodeUnsignedLeb128(&current_data_); in Next()
1294 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
1301 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
Ddex_file.h1346 return current_data_; in EndDataPointer()
1357 const byte *current_data_; // the current handler in dex file. variable