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

  /art/runtime/mirror/
dex_cache_test.cc 61 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes());
75 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes());
157 ASSERT_EQ(2u, dex_file.NumProtoIds());
158 ASSERT_EQ(dex_file.NumProtoIds(), dex_cache->NumResolvedMethodTypes());
161 for (size_t i = 0; i < dex_file.NumProtoIds(); ++i) {
dex_cache.cc 94 if (dex_file->NumProtoIds() < kDexCacheMethodTypeCacheSize) {
95 num_method_types = dex_file->NumProtoIds();
dex_cache-inl.h 131 DCHECK_LT(proto_idx, GetDexFile()->NumProtoIds());
  /art/compiler/utils/
test_dex_file_builder_test.cc 73 ASSERT_EQ(2u, dex_file->NumProtoIds());
  /art/dexlayout/
dex_ir_builder.cc 55 for (uint32_t i = 0; i < dex_file.NumProtoIds(); ++i) {
  /art/runtime/
dex_file.h 773 size_t NumProtoIds() const {
780 DCHECK_LT(idx, NumProtoIds()) << GetLocation();
    [all...]
dex_file_verifier.cc 192 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumProtoIds(), err_string))) {
    [all...]
dex_file_test.cc 479 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) {
dex_file.cc 830 int32_t hi = NumProtoIds() - 1;
    [all...]
class_linker.cc     [all...]

Completed in 180 milliseconds