Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.h121 JitDebug* GetJitDebug(const std::string& sample_name = kSingleSample) const;
DOfflineUnwindUtils.cpp181 JitDebug* OfflineUnwindUtils::GetJitDebug(const std::string& initial_sample_name) const { in GetJitDebug() function in unwindstack::OfflineUnwindUtils
/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h78 const JitDebug& GetJitDebug() { return *jit_debug_.get(); } in GetJitDebug() function
/system/unwinding/libunwindstack/benchmarks/
DOfflineUnwindBenchmarks.cpp141 unwinder.SetJitDebug(offline_utils_.GetJitDebug(sample_name)); in BenchmarkOfflineUnwindMultipleSamples()
/system/unwinding/libunwindstack/tests/
DUnwindOfflineTest.cpp78 unwinder.SetJitDebug(offline_utils_.GetJitDebug(sample_name)); in ConsecutiveUnwindTest()
211 unwinder.SetJitDebug(offline_utils_.GetJitDebug()); in TEST_F()
372 unwinder.SetJitDebug(offline_utils_.GetJitDebug()); in TEST_F()
686 unwinder.SetJitDebug(offline_utils_.GetJitDebug()); in TEST_F()