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

  /art/runtime/
dex_file.h 1094 uint32_t method_idx_delta_; \/\/ delta of index into the method_ids array for MethodId member in struct:art::ClassDataItemIterator::ClassDataMethod
    [all...]
dex_file.cc 878 method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
881 if (last_idx_ != 0 && method_.method_idx_delta_ == 0) {
    [all...]

Completed in 469 milliseconds