| /arkcompiler/toolchain/tooling/test/ |
| D | heapprofiler_impl_test.cpp | 56 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 65 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 74 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 83 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 92 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 103 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 114 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 124 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 133 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 143 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetsamplingprofile_fuzzer/ |
| D | heapprofilergetsamplingprofile_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetSamplingProfileFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetobjectbyheapobjectid_fuzzer/ |
| D | heapprofilergetobjectbyheapobjectid_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetObjectByHeapObjectIdFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdispatch_fuzzer/ |
| D | heapprofilerdispatch_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerDispatchFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetheapobjectid_fuzzer/ |
| D | heapprofilergetheapobjectid_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetheapObjectIdFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofileraddinspectedheapobject_fuzzer/ |
| D | heapprofileraddinspectedheapobject_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerAddInspectedHeapObjectFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilercollectgarbage_fuzzer/ |
| D | heapprofilercollectgarbage_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerCollectgarbageFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstarttrackingheapobjects_fuzzer/ |
| D | heapprofilerstarttrackingheapobjects_fuzzer.cpp | 47 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStartTrackingHeapObjectsFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstoptrackingheapobjects_fuzzer/ |
| D | heapprofilerstoptrackingheapobjects_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStopTrackingHeapObjectsFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstopsampling_fuzzer/ |
| D | heapprofilerstopsampling_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStopSamplingFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstartsampling_fuzzer/ |
| D | heapprofilerstartsampling_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStartSamplingFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilertakeheapsnapshot_fuzzer/ |
| D | heapprofilertakeheapsnapshot_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerTakeHeapSnapshotFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdisable_fuzzer/ |
| D | heapprofilerdisable_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerDisableFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerenable_fuzzer/ |
| D | heapprofilerenable_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerEnableFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_tracker_first_test.cpp | 286 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local 299 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
|
| D | heap_tracker_third_test.cpp | 192 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 146 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, channel); in Dispatcher() local
|