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

Method setDwarfTable

src/codeCache.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void CodeCache::setDwarfTable(FrameDesc* table, int length) {
290 _dwarf_table = table;
291 _dwarf_table_length = length;
292}
293
294FrameDesc* CodeCache::findFrameDesc(const void* pc) {
295 u32 target_loc = (const char*)pc - _text_base;

Callers 1

parseDwarfInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected