Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DJitDebugTest.cpp53 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/
DUnwindStackMap.h57 unwindstack::JitDebug* GetJitDebug() { return jit_debug_.get(); } in GetJitDebug()
70 std::unique_ptr<unwindstack::JitDebug> jit_debug_; variable
DUnwindStackMap.cpp48 jit_debug_.reset(new unwindstack::JitDebug(process_memory_, search_libs_)); in Build()
/system/core/libunwindstack/
DUnwinder.cpp192 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/
DUnwinder.h135 JitDebug* jit_debug_ = nullptr; variable