Home
last modified time | relevance | path

Searched defs:heapProfiler (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp56 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/
Dheapprofilergetsamplingprofile_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetSamplingProfileFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetobjectbyheapobjectid_fuzzer/
Dheapprofilergetobjectbyheapobjectid_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetObjectByHeapObjectIdFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdispatch_fuzzer/
Dheapprofilerdispatch_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerDispatchFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetheapobjectid_fuzzer/
Dheapprofilergetheapobjectid_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetheapObjectIdFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofileraddinspectedheapobject_fuzzer/
Dheapprofileraddinspectedheapobject_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerAddInspectedHeapObjectFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilercollectgarbage_fuzzer/
Dheapprofilercollectgarbage_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerCollectgarbageFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstarttrackingheapobjects_fuzzer/
Dheapprofilerstarttrackingheapobjects_fuzzer.cpp47 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStartTrackingHeapObjectsFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstoptrackingheapobjects_fuzzer/
Dheapprofilerstoptrackingheapobjects_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStopTrackingHeapObjectsFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstopsampling_fuzzer/
Dheapprofilerstopsampling_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStopSamplingFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstartsampling_fuzzer/
Dheapprofilerstartsampling_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerStartSamplingFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilertakeheapsnapshot_fuzzer/
Dheapprofilertakeheapsnapshot_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerTakeHeapSnapshotFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdisable_fuzzer/
Dheapprofilerdisable_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerDisableFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerenable_fuzzer/
Dheapprofilerenable_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerEnableFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_first_test.cpp286 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
299 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
Dheap_tracker_third_test.cpp192 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp146 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, channel); in Dispatcher() local