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

  /art/runtime/
dex_file_test.cc 225 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) {
dex_file.h 638 size_t NumProtoIds() const {
645 DCHECK_LT(idx, NumProtoIds()) << GetLocation();
    [all...]
dex_file.cc 498 int32_t hi = NumProtoIds() - 1;
    [all...]

Completed in 243 milliseconds