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

  /art/runtime/mirror/
dex_cache_test.cc 43 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), dex_cache->NumResolvedMethods());
55 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(),
  /art/compiler/driver/
compiler_driver_test.cc 122 EXPECT_EQ(dex->NumMethodIds(), dex_cache->NumResolvedMethods());
  /art/runtime/
dex_file_test.cc 322 for (size_t i = 0; i < java_lang_dex_file_->NumMethodIds(); i++) {
dex_file.h 582 size_t NumMethodIds() const {
589 DCHECK_LT(idx, NumMethodIds()) << GetLocation();
    [all...]
dex_file.cc 525 int32_t hi = NumMethodIds() - 1;
    [all...]
utils.cc 392 if (method_idx >= dex_file.NumMethodIds()) {
    [all...]
dex_file_verifier.cc 93 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 370 total->num_methods += dex_file->NumMethodIds();
  /art/compiler/dex/quick/
gen_invoke.cc 536 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
621 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 394 milliseconds