Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc215 static constexpr bool kCopySymfileData = false; // Just reference DEX files. member
224 static constexpr bool kCopySymfileData = true; // Copy debug info to JIT memory. member
321 if (NativeInfo::kCopySymfileData && !symfile.empty()) { in CreateJITCodeEntryInternal()
400 if (NativeInfo::kCopySymfileData && symfile != nullptr) { in DeleteJITCodeEntryInternal()