Searched refs:jit_debug_ (Results 1 – 5 of 5) sorted by relevance
/system/core/libunwindstack/tests/ |
D | JitDebugTest.cpp | 53 jit_debug_.reset(new JitDebug(process_memory_)); in Init() 54 jit_debug_->SetArch(arch); in Init() 175 std::unique_ptr<JitDebug> jit_debug_; member in unwindstack::JitDebugTest 245 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() 251 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() 258 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() 267 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() 276 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() 287 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() 297 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() [all …]
|
/system/core/libbacktrace/ |
D | UnwindStackMap.h | 57 unwindstack::JitDebug* GetJitDebug() { return jit_debug_.get(); } in GetJitDebug() 70 std::unique_ptr<unwindstack::JitDebug> jit_debug_; variable
|
D | UnwindStackMap.cpp | 48 jit_debug_.reset(new unwindstack::JitDebug(process_memory_, search_libs_)); in Build()
|
/system/core/libunwindstack/ |
D | Unwinder.cpp | 192 if (!elf->valid() && jit_debug_ != nullptr) { in Unwind() 194 Elf* jit_elf = jit_debug_->GetElf(maps_, adjusted_jit_pc); in Unwind() 365 jit_debug_ = jit_debug; in SetJitDebug() 387 jit_debug_ = jit_debug_ptr_.get(); in Init() 388 SetJitDebug(jit_debug_, arch); in Init()
|
/system/core/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 135 JitDebug* jit_debug_ = nullptr; variable
|