Searched refs:DummyOatFile (Results 1 – 2 of 2) sorted by relevance
33 class DummyOatFile : public OatFile { class35 DummyOatFile(uint8_t* begin, uint8_t* end) : OatFile("Location", /*executable=*/ false) { in DummyOatFile() function in art::gc::collector::DummyOatFile45 std::unique_ptr<DummyOatFile>&& oat_file, in DummyImageSpace()111 std::unique_ptr<DummyOatFile> oat_file(new DummyOatFile(oat_map.Begin(), oat_map.End())); in CreateImageSpace()
60 class DummyOatFile; variable455 friend class gc::collector::DummyOatFile; // For modifying begin_ and end_.