Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h40 void AddNativeDebugInfoForJit(const void* handle, const std::vector<uint8_t>& symfile)
Ddebugger_interface.cc261 void AddNativeDebugInfoForJit(const void* handle, const std::vector<uint8_t>& symfile) { in AddNativeDebugInfoForJit() function
/art/compiler/jit/
Djit_compiler.cc82 AddNativeDebugInfoForJit(nullptr /* handle */, elf_file); in jit_types_loaded()
/art/compiler/optimizing/
Doptimizing_compiler.cc1414 AddNativeDebugInfoForJit(reinterpret_cast<const void*>(info.code_address), elf_file); in GenerateJitDebugInfo()