HomeSort by relevance Sort by last modified time
    Searched refs:NumMethodIds (Results 1 - 25 of 35) sorted by null

1 2

  /art/libdexfile/dex/
dex_cache_resolved_classes.h 74 size_t NumMethodIds() const {
test_dex_file_builder_test.cc 73 ASSERT_EQ(2u, dex_file->NumMethodIds());
dex_file.cc 282 int32_t hi = NumMethodIds() - 1;
522 if (method_idx >= NumMethodIds()) {
art_dex_file_loader_test.cc 264 for (size_t i = 0; i < java_lang_dex_file_->NumMethodIds(); i++) {
dex_file.h 348 size_t NumMethodIds() const {
355 DCHECK_LT(idx, NumMethodIds()) << GetLocation();
    [all...]
  /art/tools/veridex/
resolver.h 43 method_infos_(dex_file.NumMethodIds(), nullptr),
resolver.cc 301 for (uint32_t i = 0; i < dex_file_.NumMethodIds(); ++i) {
  /art/compiler/utils/
atomic_dex_ref_map_test.cc 47 EXPECT_GT(dex->NumMethodIds(), 10u);
atomic_dex_ref_map-inl.h 40 return dex_file->NumMethodIds();
  /art/runtime/mirror/
dex_cache.cc 50 dex_file->NumMethodIds() != 0u ||
64 MethodDexCacheType* methods = (dex_file->NumMethodIds() == 0u) ? nullptr :
82 if (dex_file->NumMethodIds() < num_methods) {
83 num_methods = dex_file->NumMethodIds();
dex_cache_test.cc 58 || java_lang_dex_file_->NumMethodIds() == dex_cache->NumResolvedMethods());
dex_cache-inl.h 272 DCHECK_LT(method_idx, GetDexFile()->NumMethodIds());
  /art/profman/
boot_image_profile.cc 56 for (size_t i = 0; i < dex_file->NumMethodIds(); ++i) {
profile_assistant_test.cc     [all...]
profman.cc     [all...]
  /art/dexlayout/
dexlayout_test.cc 349 for (uint32_t i = 0; i < dex_file->NumMethodIds(); i += 2) {
363 dex_file->NumMethodIds());
368 dex_file->NumMethodIds());
    [all...]
  /art/libprofile/profile/
profile_compilation_info.cc 697 DexFileData* const data = GetOrAddDexFileData(dex_location, checksum, classes.NumMethodIds());
    [all...]
profile_compilation_info_test.cc 732 ASSERT_GE(dex->NumMethodIds(), 7u);
    [all...]
profile_compilation_info.h 331 // - No method id exceeds NumMethodIds corresponding to the dex_file.
609 dex_file->NumMethodIds());
    [all...]
  /art/dex2oat/
dex2oat_image_test.cc 78 for (size_t i = 0; i < dex_file->NumMethodIds(); ++i) {
  /art/dex2oat/driver/
compiler_driver_test.cc 139 || dex.NumMethodIds() == dex_cache->NumResolvedMethods());
  /art/runtime/jit/
profiling_info_test.cc 211 class_ref.dex_file->NumMethodIds());
  /art/runtime/
vdex_file.cc 321 CHECK_LT(dex_method_idx, dex_file.NumMethodIds());
  /art/tools/dexanalyze/
dexanalyze_experiments.cc 225 for (size_t i = 0; i < dex_file->NumMethodIds(); ++i) {
240 num_method_ids_ += dex_file.NumMethodIds();
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 152 BitVector(dex_file->NumMethodIds(),

Completed in 585 milliseconds

1 2