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

  /art/runtime/mirror/
dex_cache_test.cc 35 *java_lang_dex_file_));
38 EXPECT_EQ(java_lang_dex_file_->NumStringIds(), dex_cache->NumStrings());
39 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), dex_cache->NumResolvedTypes());
40 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), dex_cache->NumResolvedMethods());
41 EXPECT_EQ(java_lang_dex_file_->NumFieldIds(), dex_cache->NumResolvedFields());
42 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), dex_cache->NumInitializedStaticStorage());
50 EXPECT_EQ(java_lang_dex_file_->NumStringIds(),
52 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(),
54 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(),
56 EXPECT_EQ(java_lang_dex_file_->NumFieldIds()
    [all...]
object_test.cc 209 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I");
211 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(
212 java_lang_dex_file_->GetIndexForStringId(*string_id));
214 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id);
  /art/runtime/
dex_file_test.cc 124 EXPECT_EQ(java_lang_dex_file_->GetLocationChecksum(), checksum);
213 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) {
214 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i);
215 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
217 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id);
218 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx);
220 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i);
225 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) {
226 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i);
227 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find)
    [all...]
common_test.h 285 java_lang_dex_file_ = DexFile::Open(GetLibCoreDexFileName(), GetLibCoreDexFileName());
286 if (java_lang_dex_file_ == NULL) {
293 boot_class_path_.push_back(java_lang_dex_file_);
522 const DexFile* java_lang_dex_file_; // owned by runtime_ member in class:art::CommonTest
class_linker_test.cc     [all...]
  /art/runtime/verifier/
method_verifier_test.cc 56 VerifyDexFile(java_lang_dex_file_);
  /art/compiler/sea_ir/ir/
regions_test.cc 28 sea_ir::SeaGraph sg(*java_lang_dex_file_);
  /art/compiler/driver/
compiler_driver_test.cc 103 const DexFile* dex = java_lang_dex_file_;
  /art/compiler/
image_test.cc 111 java_lang_dex_file_ = NULL;
oat_test.cc 112 const DexFile* dex_file = java_lang_dex_file_;

Completed in 473 milliseconds