Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc124 const uint8_t* symfile_addr_ = nullptr; // Address of the in-memory ELF file. member
250 return ArrayRef<const uint8_t>(entry->symfile_addr_, entry->symfile_size_); in GetJITCodeEntrySymFile()
345 writable_entry->symfile_addr_ = symfile.data(); in CreateJITCodeEntryInternal()
398 const uint8_t* symfile = entry->symfile_addr_; in DeleteJITCodeEntryInternal()
399 writable_entry->symfile_addr_ = nullptr; in DeleteJITCodeEntryInternal()
428 if (entry->symfile_addr_ == dexfile->Begin()) { in RemoveNativeDebugInfoForDex()
659 ArrayRef<const uint8_t> buffer(it->symfile_addr_, it->symfile_size_); in ForEachNativeDebugSymbol()