| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_handle_scope.cpp | 30 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/ |
| D | heapprofiler_impl_test.cpp | 92 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/ |
| D | heapprofilergetsamplingprofile_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerGetSamplingProfileFuzzTest() 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/heapprofilerdispatch_fuzzer/ |
| D | heapprofilerdispatch_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerDispatchFuzzTest() 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/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/heapprofilerdisable_fuzzer/ |
| D | heapprofilerdisable_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerDisableFuzzTest() 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/heapprofilerenable_fuzzer/ |
| D | heapprofilerenable_fuzzer.cpp | 46 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, nullptr); in HeapprofilerEnableFuzzTest() 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/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/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler_interface.cpp | 37 void HeapProfilerInterface::DestroyInstance(HeapProfilerInterface *heapProfiler) in DestroyInstance()
|
| D | heap_snapshot.cpp | 1388 …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/ |
| D | heap_tracker_first_test.cpp | 290 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local 306 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
|
| D | heap_snapshot_test.cpp | 85 HeapProfiler heapProfiler; member in panda::ecmascript::HeapProfilerFriendTest
|
| D | heap_tracker_third_test.cpp | 201 HeapProfiler heapProfiler(instance); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/dynamic/ |
| D | dispatcher.cpp | 168 auto heapProfiler = std::make_unique<HeapProfilerImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 94 auto heapProfiler = reinterpret_cast<ecmascript::HeapProfiler *>(heapProfile); in DumpHeapSnapshot() local
|
| D | jsnapi_expo.cpp | 2517 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
|