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

  /art/runtime/
dex_file_test.cc 305 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) {
dex_file.h 694 size_t NumProtoIds() const {
701 DCHECK_LT(idx, NumProtoIds()) << GetLocation();
    [all...]
dex_file.cc 611 int32_t hi = NumProtoIds() - 1;
    [all...]
dex_file_verifier.cc     [all...]

Completed in 144 milliseconds