/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgethitbreakpoints_fuzzer/ |
D | baseptspausedgethitbreakpoints_fuzzer.cpp | 31 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/ |
D | baseptspausedhashitbreakpoints_fuzzer.cpp | 31 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/ |
D | baseptspausedgetreason_fuzzer.cpp | 31 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/ |
D | baseptspausedgetname_fuzzer.cpp | 31 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/ |
D | baseptspausedgetdata_fuzzer.cpp | 31 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/ |
D | baseptspausedhasdata_fuzzer.cpp | 31 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/ |
D | baseptspausedgetcallframes_fuzzer.cpp | 31 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/ |
D | baseptsbreakpointgetbreakpointid_fuzzer.cpp | 31 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/ |
D | baseptsbreakpointgetlocation_fuzzer.cpp | 31 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/ |
D | baseptsbreakpointgetname_fuzzer.cpp | 31 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/ |
D | baseptspausedgetreasonstring_fuzzer.cpp | 31 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/ |
D | baseptspausedsetcallframes_fuzzer.cpp | 31 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/ |
D | baseptspausedsetreason_fuzzer.cpp | 31 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/ |
D | baseptbase64encode_fuzzer.cpp | 31 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/ |
D | baseptspausedsethitbreakpoints_fuzzer.cpp | 31 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/ |
D | baseptbase64decode_fuzzer.cpp | 31 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/ |
D | baseptspausedsetdata_fuzzer.cpp | 31 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/ |
D | baseptsbreakpointsetbreakpointid_fuzzer.cpp | 31 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/ |
D | baseptsbreakpointsetlocation_fuzzer.cpp | 31 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/ |
D | debugger-and-profiler-tools-introduction.md | 18 结合[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/ |
D | assembly-debug.h | 35 void SetColumnNumber(size_t cn) in SetColumnNumber() 37 column_number = cn; in SetColumnNumber()
|
/arkcompiler/toolchain/ |
D | README_zh.md | 38 …os.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404)。此外,对调试调优特性支持情况可前往[DevEc…
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 187 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/ |
D | line_number_program.h | 272 auto cn = state_->ReadULeb128(); in HandleSetColumn() local 273 return handler_->HandleSetColumn(cn); in HandleSetColumn()
|
/arkcompiler/ets_runtime/docs/ |
D | environment-setup-and-compilation.md | 7 …on Package and Building Source Code](https://developer.huawei.com/consumer/cn/training/course/vide…
|