Searched refs:fd_mem (Results 1 – 4 of 4) sorted by relevance
95 fd_mem(std::make_shared<FDMemory>(std::move(mem_fd))) in UnwindingMetadata()99 new unwindstack::JitDebug(fd_mem))), in UnwindingMetadata()101 new unwindstack::DexFiles(fd_mem))) in UnwindingMetadata()114 std::unique_ptr<unwindstack::JitDebug>(new unwindstack::JitDebug(fd_mem)); in ReparseMaps()116 std::unique_ptr<unwindstack::DexFiles>(new unwindstack::DexFiles(fd_mem)); in ReparseMaps()
119 std::shared_ptr<unwindstack::Memory> fd_mem; member
135 std::make_shared<StackOverlayMemory>(metadata->fd_mem, in DoUnwind()
302 unwind_state->fd_mem, sample.regs->sp(), in UnwindSample()