Searched refs:dex_ (Results 1 – 2 of 2) sorted by relevance
/art/compiler/ |
D | exception_test.cc | 63 dex_ = my_klass_->GetDexCache()->GetDexFile(); in SetUp() 124 const DexFile* dex_; member in art::ExceptionTest 138 CodeItemDataAccessor accessor(*dex_, dex_->GetCodeItem(method_f_->GetCodeItemOffset())); in TEST_F() 150 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F() 153 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F() 160 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
|
/art/compiler/linker/ |
D | elf_builder.h | 533 dex_(this, ".dex", SHT_NOBITS, SHF_ALLOC, nullptr, 0, kPageSize, 0), in ElfBuilder() 556 dex_.phdr_flags_ = PF_R; in ElfBuilder() 570 Section* GetDex() { return &dex_; } in GetDex() 714 dex_.AllocateVirtualMemory(dex_size); in PrepareDynamicSection() 766 dynsym_.Add(oatdex, &dex_, dex_.GetAddress(), /* size */ 0, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 768 Elf_Word oatdexlastword_address = dex_.GetAddress() + dex_size - 4; in PrepareDynamicSection() 769 dynsym_.Add(oatdexlastword, &dex_, oatdexlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 1014 Section dex_; variable
|