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

  /art/runtime/mirror/
dex_cache_test.cc 42 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), dex_cache->NumResolvedTypes());
53 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(),
  /art/compiler/driver/
compiler_driver_test.cc 116 EXPECT_EQ(dex->NumTypeIds(), dex_cache->NumResolvedTypes());
compiler_driver.cc     [all...]
  /art/runtime/
dex_file_test.cc 290 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) {
dex_file.h 500 uint32_t NumTypeIds() const {
507 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
    [all...]
dex_file_verifier.cc 77 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) {
    [all...]
dex_file.cc 585 int32_t hi = NumTypeIds() - 1;
    [all...]
utils.cc 325 if (type_idx >= dex_file.NumTypeIds()) {
    [all...]
class_linker_test.cc 342 for (size_t i = 0; i < dex->NumTypeIds(); i++) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 371 total->num_types += dex_file->NumTypeIds();

Completed in 596 milliseconds