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

  /art/libdexfile/dex/
dex_file_exception_helpers.cc 62 current_data_ = nullptr;
70 current_data_ = handler_data;
71 remaining_count_ = DecodeSignedLeb128(&current_data_);
87 handler_.type_idx_ = dex::TypeIndex(DecodeUnsignedLeb128(&current_data_));
88 handler_.address_ = DecodeUnsignedLeb128(&current_data_);
95 handler_.address_ = DecodeUnsignedLeb128(&current_data_);
dex_file_exception_helpers.h 49 return current_data_;
60 const uint8_t* current_data_; // the current handler in dex file. member in class:art::CatchHandlerIterator

Completed in 90 milliseconds