Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DJitDebugTest.cpp49 jit_debug_.reset(new JitDebug(process_memory_)); in Init()
50 jit_debug_->SetArch(arch); in Init()
171 std::unique_ptr<JitDebug> jit_debug_; member in unwindstack::JitDebugTest
241 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
247 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
254 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
263 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
272 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
283 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
293 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
[all …]
/system/core/libbacktrace/
DUnwindStackMap.h56 unwindstack::JitDebug* GetJitDebug() { return jit_debug_.get(); } in GetJitDebug()
69 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.cpp190 if (!elf->valid() && jit_debug_ != nullptr) { in Unwind()
192 Elf* jit_elf = jit_debug_->GetElf(maps_, adjusted_jit_pc); in Unwind()
356 jit_debug_ = jit_debug; in SetJitDebug()
380 jit_debug_ = jit_debug_ptr_.get(); in Init()
381 SetJitDebug(jit_debug_, arch); in Init()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h130 JitDebug* jit_debug_ = nullptr; variable