Home
last modified time | relevance | path

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

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