Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h65 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, in PatchOat()
69 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat()
Dpatchoat.cc153 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch() local
248 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch() local
/art/compiler/
Dimage_test.cc149 std::string image("-Ximage:"); in TEST_F() local
/art/runtime/
Dintern_table.cc190 gc::space::ImageSpace* image = Runtime::Current()->GetHeap()->GetImageSpace(); in LookupStringFromImage() local
259 mirror::String* image = LookupStringFromImage(s); in Insert() local
Dimage.h115 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation()
Dparsed_options.cc534 std::string image = GetAndroidRoot(); in Parse() local
Dclass_linker.cc2898 gc::space::ImageSpace* image = Runtime::Current()->GetHeap()->GetImageSpace(); in GetImageDexCaches() local
/art/compiler/optimizing/
Doptimizing_compiler.cc657 const std::string& image = Runtime::Current()->GetImageLocation(); in IsCompilingWithCoreImage() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc327 gc::space::ImageSpace* image = heap_->GetImageSpace(); in MarkingPhase() local
/art/compiler/driver/
Dcompiler_driver.cc353 bool image, std::unordered_set<std::string>* image_classes, in CompilerDriver()