Home
last modified time | relevance | path

Searched refs:jitCache (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_ark.h69 std::vector<uintptr_t>& jitCache; member
71 uintptr_t *methodId, bool *isJsFrame, std::vector<uintptr_t>& jitCache) in ArkUnwindParam()
73 methodId(methodId), isJsFrame(isJsFrame), jitCache(jitCache) {} in ArkUnwindParam()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp118 std::vector<uintptr_t> jitCache = {}; in TestJitCodeWriteFile() local
119 jitCache.push_back(jitCacheData); in TestJitCodeWriteFile()
121 DfxArk::JitCodeWriteFile(&dfxMemory, &(Unwinder::AccessMem), fd, jitCache.data(), jitCache.size()); in TestJitCodeWriteFile()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dark_test.cpp249 std::vector<uintptr_t>& jitCache = vec; in HWTEST_F() local
250 OHOS::HiviewDFX::ArkUnwindParam ark(ctx, readMem, fp, sp, pc, methodId, isJsFrame, jitCache); in HWTEST_F()
H A Dunwinder_test.cpp959 auto jitCache = unwinder->GetJitCache(); in HWTEST_F() local
960 ASSERT_EQ(jitCache.size(), 0); in HWTEST_F()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp436 const auto& jitCache = unwinder_->GetJitCache(); in UnwindWriteJit() local
437 if (jitCache.empty()) { in UnwindWriteJit()

Completed in 5 milliseconds