Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc127 const uint8_t* symfile_addr_ = nullptr; // Address of the in-memory ELF file. member
256 return ArrayRef<const uint8_t>(entry->symfile_addr_, entry->symfile_size_); in GetJITCodeEntrySymFile()
351 writable_entry->symfile_addr_ = symfile.data(); in CreateJITCodeEntryInternal()
404 const uint8_t* symfile = entry->symfile_addr_; in DeleteJITCodeEntryInternal()
405 writable_entry->symfile_addr_ = nullptr; in DeleteJITCodeEntryInternal()
438 if (entry->symfile_addr_ == dexfile->Begin()) { in RemoveNativeDebugInfoForDex()
672 ArrayRef<const uint8_t> buffer(it->symfile_addr_, it->symfile_size_); in ForEachNativeDebugSymbol()