MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / hasDebugSymbols

Method hasDebugSymbols

src/codeCache.h:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 bool hasDebugSymbols() const {
173 return _debug_symbols;
174 }
175
176 void setDebugSymbols(bool debug_symbols) {
177 _debug_symbols = debug_symbols;

Callers 3

writeSettingsMethod · 0.80
parseDynamicSectionMethod · 0.80
checkJvmCapabilitiesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected