Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DUnwinder.cpp208 Elf* jit_elf = jit_debug_->Find(maps_, adjusted_jit_pc); in Unwind() local
209 if (jit_elf != nullptr) { in Unwind()
212 elf = jit_elf; in Unwind()
468 Elf* jit_elf = jit_debug->Find(maps, jit_pc); in BuildFrameFromPcOnly() local
469 if (jit_elf != nullptr) { in BuildFrameFromPcOnly()
471 elf = jit_elf; in BuildFrameFromPcOnly()