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

  /art/runtime/
dex_file_verifier.cc 921 if (last_idx >= field_item->field_idx_ && i != 0) {
922 LOG(ERROR) << StringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
925 last_idx = field_item->field_idx_;
    [all...]
dex_file.h 284 uint32_t field_idx_; member in struct:art::DexFile::FieldAnnotationsItem
    [all...]

Completed in 474 milliseconds