Home
last modified time | relevance | path

Searched refs:all_ptr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Delf_file.cc1597 std::unique_ptr<ElfFile> all_ptr(Open(const_cast<File*>(file_), PROT_READ | PROT_WRITE, in GdbJITSupport() local
1599 if (all_ptr.get() == nullptr) { in GdbJITSupport()
1602 ElfFile& all = *all_ptr; in GdbJITSupport()
1639 gdb_file_mapping_.reset(all_ptr.release()); in GdbJITSupport()