Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dark_test.cpp223 std::vector<uintptr_t>& jitCache = vec; variable
224 OHOS::HiviewDFX::ArkUnwindParam ark(ctx, readMem, fp, sp, pc, methodId, isJsFrame, jitCache);
H A Dunwinder_test.cpp958 auto jitCache = unwinder->GetJitCache(); variable
959 ASSERT_EQ(jitCache.size(), 0);
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp421 const auto& jitCache = unwinder_->GetJitCache(); in UnwindWriteJit() local
422 if (jitCache.empty()) { in UnwindWriteJit()