Home
last modified time | relevance | path

Searched defs:jit_debug (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/
H A DUnwinder.cpp351 void Unwinder::SetJitDebug(JitDebug* jit_debug) { in SetJitDebug()
417 JitDebug* jit_debug, in BuildFrameFromPcOnly()
/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dunwind_support.h119 std::unique_ptr<unwindstack::JitDebug> jit_debug; member
/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DOfflineUnwindUtils.h167 std::unique_ptr<JitDebug> jit_debug; member
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DUnwinderTest.cpp1740 std::unique_ptr<JitDebug> jit_debug = CreateJitDebug(regs.Arch(), process_memory_); in TEST_F() local
H A DUnwindOfflineTest.cpp565 std::unique_ptr<JitDebug> jit_debug = in OfflineUnwind() local