Home
last modified time | relevance | path

Searched refs:cn (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgethitbreakpoints_fuzzer/
Dbaseptspausedgethitbreakpoints_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedGetHitBreakpointsFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedGetHitBreakpointsFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedGetHitBreakpointsFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedGetHitBreakpointsFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedhashitbreakpoints_fuzzer/
Dbaseptspausedhashitbreakpoints_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedHasHitBreakpointsFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedHasHitBreakpointsFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedHasHitBreakpointsFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedHasHitBreakpointsFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetreason_fuzzer/
Dbaseptspausedgetreason_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedGetReasonFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedGetReasonFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedGetReasonFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedGetReasonFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetname_fuzzer/
Dbaseptspausedgetname_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedGetNameFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedGetNameFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedGetNameFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedGetNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetdata_fuzzer/
Dbaseptspausedgetdata_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedGetDataFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedGetDataFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedGetDataFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedGetDataFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedhasdata_fuzzer/
Dbaseptspausedhasdata_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedHasDataFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedHasDataFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedHasDataFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedHasDataFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetcallframes_fuzzer/
Dbaseptspausedgetcallframes_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedGetCallFramesFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedGetCallFramesFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedGetCallFramesFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedGetCallFramesFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointgetbreakpointid_fuzzer/
Dbaseptsbreakpointgetbreakpointid_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsBreakpointGetBreakpointIdFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsBreakpointGetBreakpointIdFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsBreakpointGetBreakpointIdFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsBreakpointGetBreakpointIdFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointgetlocation_fuzzer/
Dbaseptsbreakpointgetlocation_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsBreakpointGetLocationFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsBreakpointGetLocationFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsBreakpointGetLocationFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsBreakpointGetLocationFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointgetname_fuzzer/
Dbaseptsbreakpointgetname_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsBreakpointGetNameFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsBreakpointGetNameFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsBreakpointGetNameFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsBreakpointGetNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetreasonstring_fuzzer/
Dbaseptspausedgetreasonstring_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedGetReasonStringFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedGetReasonStringFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedGetReasonStringFuzzTest()
36 cn->DestroyEcvm(vm); in BasePtsPausedGetReasonStringFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetcallframes_fuzzer/
Dbaseptspausedsetcallframes_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedSetCallFramesFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedSetCallFramesFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedSetCallFramesFuzzTest()
37 cn->DestroyEcvm(vm); in BasePtsPausedSetCallFramesFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetreason_fuzzer/
Dbaseptspausedsetreason_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedSetReasonFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedSetReasonFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedSetReasonFuzzTest()
37 cn->DestroyEcvm(vm); in BasePtsPausedSetReasonFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/
Dbaseptbase64encode_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtBase64EncodeFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtBase64EncodeFuzzTest()
33 auto src = cn->GetString(data, size); in BasePtBase64EncodeFuzzTest()
37 cn->DestroyEcvm(vm); in BasePtBase64EncodeFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer/
Dbaseptspausedsethitbreakpoints_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedSetHitBreakpointsFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedSetHitBreakpointsFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedSetHitBreakpointsFuzzTest()
41 cn->DestroyEcvm(vm); in BasePtsPausedSetHitBreakpointsFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64decode_fuzzer/
Dbaseptbase64decode_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtBase64DecodeFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtBase64DecodeFuzzTest()
33 auto src = cn->GetString(data, size); in BasePtBase64DecodeFuzzTest()
40 cn->DestroyEcvm(vm); in BasePtBase64DecodeFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetdata_fuzzer/
Dbaseptspausedsetdata_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsPausedSetDataFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsPausedSetDataFuzzTest()
33 auto str = cn->GetString(data, size); in BasePtsPausedSetDataFuzzTest()
40 cn->DestroyEcvm(vm); in BasePtsPausedSetDataFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetbreakpointid_fuzzer/
Dbaseptsbreakpointsetbreakpointid_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsBreakpointSetBreakpointIdFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsBreakpointSetBreakpointIdFuzzTest()
50 cn->DestroyEcvm(vm); in BasePtsBreakpointSetBreakpointIdFuzzTest()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/
Dbaseptsbreakpointsetlocation_fuzzer.cpp31 auto cn = std::make_unique<common_fuzzer>(); in BasePtsBreakpointSetLocationFuzzTest() local
32 auto vm = cn->GetEcvm(); in BasePtsBreakpointSetLocationFuzzTest()
52 cn->DestroyEcvm(vm); in BasePtsBreakpointSetLocationFuzzTest()
/arkcompiler/toolchain/docs/
Ddebugger-and-profiler-tools-introduction.md18 结合[DevEco Studio](https://developer.harmonyos.com/cn/develop/deveco-studio)可监听某个变量或多个变量的表达式在每次停顿时的值…
41 [DevEco Studio调试功能使用文档](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/ide_deb…
43 [DevEco Studio Profiler功能使用文档](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/…
/arkcompiler/runtime_core/assembler/
Dassembly-debug.h35 void SetColumnNumber(size_t cn) in SetColumnNumber()
37 column_number = cn; in SetColumnNumber()
/arkcompiler/toolchain/
DREADME_zh.md38 …os.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404)。此外,对调试调优特性支持情况可前往[DevEc…
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp187 uint32_t cn = compiler::INVALID_COLUMN_NUM; in ColumnNumberPropagate() local
190 while (k < ins_vec.size() && cn == compiler::INVALID_COLUMN_NUM) { in ColumnNumberPropagate()
191 cn = ins_vec[k++].ins_debug.column_number; in ColumnNumberPropagate()
193 if (cn == compiler::INVALID_COLUMN_NUM) { in ColumnNumberPropagate()
198 ins_vec[j].ins_debug.SetColumnNumber(cn); in ColumnNumberPropagate()
204 cn = ins_vec[k].ins_debug.column_number; in ColumnNumberPropagate()
206 ins_vec[k].ins_debug.SetColumnNumber(cn); in ColumnNumberPropagate()
/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h272 auto cn = state_->ReadULeb128(); in HandleSetColumn() local
273 return handler_->HandleSetColumn(cn); in HandleSetColumn()
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md7 …on Package and Building Source Code](https://developer.huawei.com/consumer/cn/training/course/vide…

12