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 302 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) {
dex_file.h 690 size_t NumProtoIds() const {
697 DCHECK_LT(idx, NumProtoIds()) << GetLocation();
    [all...]
dex_file.cc 604 int32_t hi = NumProtoIds() - 1;
    [all...]
dex_file_verifier.cc     [all...]

Completed in 134 milliseconds