Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h42 ArrayRef<const uint8_t> GetJITCodeEntrySymFile(const JITCodeEntry*);
Ddebugger_interface.cc249 ArrayRef<const uint8_t> GetJITCodeEntrySymFile(const JITCodeEntry* entry) { in GetJITCodeEntrySymFile() function
/art/compiler/debug/
Delf_debug_writer.cc268 readers.emplace_back(GetJITCodeEntrySymFile(it)); in PackElfFileForJIT()