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.cpp183 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.cpp79 unwinder.SetJitDebug(offline_utils_.GetJitDebug(sample_name)); in ConsecutiveUnwindTest()
221 unwinder.SetJitDebug(offline_utils_.GetJitDebug()); in TEST_F()
382 unwinder.SetJitDebug(offline_utils_.GetJitDebug()); in TEST_F()
700 unwinder.SetJitDebug(offline_utils_.GetJitDebug()); in TEST_F()