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

  /art/compiler/utils/
test_dex_file_builder_test.cc 71 ASSERT_EQ(2u, dex_file->NumProtoIds());
  /art/runtime/
dex_file_test.cc 307 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) {
dex_file.h 751 size_t NumProtoIds() const {
758 DCHECK_LT(idx, NumProtoIds()) << GetLocation();
    [all...]
dex_file_verifier.cc     [all...]
dex_file.cc 699 int32_t hi = NumProtoIds() - 1;
    [all...]

Completed in 909 milliseconds