Searched refs:jitCache (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_ark.h | 69 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()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
H A D | faultloggerdunwinder_fuzzer.cpp | 118 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()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | ark_test.cpp | 223 std::vector<uintptr_t>& jitCache = vec; variable 224 OHOS::HiviewDFX::ArkUnwindParam ark(ctx, readMem, fp, sp, pc, methodId, isJsFrame, jitCache);
|
H A D | unwinder_test.cpp | 958 auto jitCache = unwinder->GetJitCache(); variable 959 ASSERT_EQ(jitCache.size(), 0);
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 421 const auto& jitCache = unwinder_->GetJitCache(); in UnwindWriteJit() local 422 if (jitCache.empty()) { in UnwindWriteJit()
|