Home
last modified time | relevance | path

Searched defs:image (Results 1 – 8 of 8) sorted by relevance

/art/patchoat/
Dpatchoat.h64 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, in PatchOat()
68 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat()
Dpatchoat.cc169 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch() local
264 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch() local
/art/runtime/
Dintern_table.cc181 gc::space::ImageSpace* image = Runtime::Current()->GetHeap()->GetImageSpace(); in LookupStringFromImage() local
195 mirror::String* image = dex_cache->GetResolvedString(string_idx); in LookupStringFromImage() local
232 mirror::String* image = LookupStringFromImage(s); in Insert() local
Dimage.h96 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation()
Dclass_linker.cc3393 gc::space::ImageSpace* image = Runtime::Current()->GetHeap()->GetImageSpace(); in GetImageDexCaches() local
/art/compiler/
Dimage_test.cc147 std::string image("-Ximage:"); in TEST_F() local
/art/dex2oat/
Ddex2oat.cc360 bool image, in CreateOatFile()
1140 bool image = (!image_filename.empty()); in dex2oat() local
/art/compiler/driver/
Dcompiler_driver.cc338 bool image, std::set<std::string>* image_classes, in CompilerDriver()