Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.cpp30 auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(vm)); in EcmaHandleScope() local
56 auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(vm)); in ~EcmaHandleScope() local
107 auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(vm)); in NewHandle() local
134 auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(vm)); in NewPrimitiveHandle() local
/arkcompiler/toolchain/tooling/dynamic/test/
Dheapprofiler_impl_test.cpp92 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
101 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
110 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
119 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
128 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
139 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
150 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
160 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
169 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
179 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/heapprofilertakeheapsnapshot_fuzzer/
Dheapprofilertakeheapsnapshot_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerTakeHeapSnapshotFuzzTest() 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/heapprofilergetobjectbyheapobjectid_fuzzer/
Dheapprofilergetobjectbyheapobjectid_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetObjectByHeapObjectIdFuzzTest() 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/heapprofilerdisable_fuzzer/
Dheapprofilerdisable_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerDisableFuzzTest() 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/heapprofilerenable_fuzzer/
Dheapprofilerenable_fuzzer.cpp46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerEnableFuzzTest() 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/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/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.cpp37 void HeapProfilerInterface::DestroyInstance(HeapProfilerInterface *heapProfiler) in DestroyInstance()
Dheap_snapshot.cpp1388 …auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(const_cast… in HandleRoots() local
1412 …auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(const_cast… in LogLeakedLocalHandleBackTrace() local
1426 …auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(const_cast… in LogLeakedLocalHandleBackTrace() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_first_test.cpp290 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
306 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
Dheap_snapshot_test.cpp85 HeapProfiler heapProfiler; member in panda::ecmascript::HeapProfilerFriendTest
Dheap_tracker_third_test.cpp201 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/
Ddispatcher.cpp168 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, channel); in Dispatcher() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp94 auto heapProfiler = reinterpret_cast<ecmascript::HeapProfiler *>(heapProfile); in DumpHeapSnapshot() local
Djsnapi_expo.cpp2517 auto heapProfiler = reinterpret_cast<HeapProfiler *>( in LocalScope() local
2537 auto heapProfiler = reinterpret_cast<HeapProfiler *>( in LocalScope() local
2561 auto heapProfiler = reinterpret_cast<HeapProfiler *>(HeapProfilerInterface::GetInstance(vm)); in ~LocalScope() local