Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dcondition_variable.cpp75 auto pc = reinterpret_cast<ffrt::condition_variable_private *>(cond); variable
88 auto pc = reinterpret_cast<ffrt::condition_variable_private *>(cond); variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp46 bool DfxAccessors::GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPcAndCtx()
131 int DfxAccessorsLocal::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
155 int DfxAccessorsLocal::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
253 int DfxAccessorsRemote::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
277 int DfxAccessorsCustomize::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
285 int DfxAccessorsCustomize::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
H A Ddfx_hap.cpp43 bool DfxHap::ParseHapInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, in ParseHapInfo()
74 bool DfxHap::ParseHapFileInfo(uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, JsFunct… in ParseHapFileInfo()
92 bool DfxHap::ParseHapMemInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> ma… in ParseHapMemInfo()
H A Ddfx_regs.cpp165 void DfxRegs::SetSpecialRegs(uintptr_t fp, uintptr_t lr, uintptr_t sp, uintptr_t pc) in SetSpecialRegs()
190 void DfxRegs::SetPc(uintptr_t pc) in SetPc()
213 uintptr_t fp = 0, lr = 0, sp = 0, pc = 0; in GetSpecialRegsName() local
248 uintptr_t fp = 0, lr = 0, sp = 0, pc = 0; in PrintSpecialRegs() local
H A Ddwarf_cfa_instructions.cpp35 bool DwarfCfaInstructions::Iterate(uintptr_t pc, FrameDescEntry fde, in Iterate()
309 bool DwarfCfaInstructions::Parse(uintptr_t pc, FrameDescEntry fde, RegLocState &rsState) in Parse()
H A Ddwarf_section.cpp36 bool DwarfSection::LinearSearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryIn… in LinearSearchEntry()
60 bool DwarfSection::SearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& ue… in SearchEntry()
117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs) in Step()
H A Dunwinder.cpp217 uintptr_t pc = 0; member
390 bool Unwinder::Step(uintptr_t& pc, uintptr_t& sp, void *ctx) in Step()
395 bool Unwinder::FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx) in FpStep()
430 bool Unwinder::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame) in GetFrameByPc()
831 uintptr_t pc = regs_->GetPc(); in UnwindByFp() local
846 bool Unwinder::Impl::FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx) in FpStep()
877 bool Unwinder::Impl::Step(uintptr_t& pc, uintptr_t& sp, void *ctx) in Step()
1111 void Unwinder::Impl::DoPcAdjust(uintptr_t& pc) in DoPcAdjust()
1301 bool Unwinder::Impl::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame &frame) in GetFrameByPc()
1379 bool Unwinder::GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, std::string& funcName, ui… in GetSymbolByPc()
H A Ddfx_regs_arm64.cpp141 bool DfxRegsArm64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
H A Ddfx_frame_formatter.cpp57 uint64_t pc = frame->relPc == 0 ? frame->pc : frame->relPc; in GetFrameStr() local
H A Ddfx_regs_riscv64.cpp141 bool DfxRegsRiscv64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
H A Ddfx_regs_x86_64.cpp97 bool DfxRegsX86_64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dfp_unwinder_test.cpp49 uintptr_t pc = regs[0]; variable
81 uintptr_t pc = regs[0]; variable
H A Ddfx_hap_test.cpp46 uint64_t pc = 1; variable
117 uint64_t pc = 1; variable
H A Dmaps_test.cpp143 uint64_t pc = 0xf6d83001; variable
146 uint64_t pc = 0x7f0ab40016; variable
H A Dark_test.cpp195 uintptr_t *pc = &zero; variable
219 uintptr_t *pc = &zero; variable
265 uintptr_t& pc = zero; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp163 constexpr PushConstant pc { ShaderStageFlagBits::CORE_SHADER_STAGE_COMPUTE_BIT, in ComputeBloom() local
178 void RenderBloom::ComputeDownscaleAndThreshold(const PushConstant& pc, IRenderCommandList& cmdList) in ComputeDownscaleAndThreshold()
213 void RenderBloom::ComputeDownscale(const PushConstant& pc, IRenderCommandList& cmdList) in ComputeDownscale()
248 void RenderBloom::ComputeUpscale(const PushConstant& pc, IRenderCommandList& cmdList) in ComputeUpscale()
283 void RenderBloom::ComputeCombine(const PushConstant& pc, IRenderCommandList& cmdList) in ComputeCombine()
330 constexpr PushConstant pc { ShaderStageFlagBits::CORE_SHADER_STAGE_FRAGMENT_BIT, in GraphicsBloom() local
346 RenderPass& renderPass, const PushConstant& pc, IRenderCommandList& cmdList) in RenderDownscaleAndThreshold()
383 void RenderBloom::RenderDownscale(RenderPass& renderPass, const PushConstant& pc, IRenderCommandLis… in RenderDownscale()
424 void RenderBloom::RenderUpscale(RenderPass& renderPass, const PushConstant& pc, IRenderCommandList&… in RenderUpscale()
481 void RenderBloom::RenderCombine(RenderPass& renderPass, const PushConstant& pc, IRenderCommandList&… in RenderCombine()
H A Drender_blur.cpp246 const LocalPostProcessPushConstantStruct pc { in RenderData() local
320 const LocalPostProcessPushConstantStruct& pc; member
358 … LocalPostProcessPushConstantStruct pc { { 1.0f, 0.0f, 0.0f, 0.0f }, { 1.0f, 0.0f, 0.0f, 0.0f } }; in RenderGaussian() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp43 uintptr_t pc; in TestGetArkNativeFrameInfo() local
64 uintptr_t pc; in TestStepArkFrame() local
86 uintptr_t pc; in TestStepArkFrameWithJit() local
126 uintptr_t pc; in TestParseArkFrameInfoLocal() local
182 uint64_t pc; in TestDfxHap() local
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp135 auto pc = (PropCtx*)info.GetData(); in Hook() local
140 auto pc = (PropCtx*)info.GetData(); in Hook() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_hook_utils.c54 unw_word_t pc; in LogBacktrace() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h27 uintptr_t pc; member
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dsample_stack_printer.h30 uintptr_t pc; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_local_benchmark.cpp68 unw_word_t pc = 0; in UnwindLocal() local
/ohos5.0/foundation/ai/ai_engine/services/common/utils/
H A Dinf_cast_impl.h106 C *pc = reinterpret_cast<C*>(pi); in Destroy() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp560 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in ExecuteCombine() local
610 const LocalPostProcessPushConstantStruct pc { ti_.targetSize, in ExecuteFXAA() local
670 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteTAA() local
749 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in ExecuteDofBlur() local
812 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in ExecuteDof() local

123