/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_manager.h | 74 void Destroy(PGOProfiler *profiler) in Destroy() 78 delete profiler; in Destroy() local 82 void Reset(PGOProfiler *profiler, bool isEnable) in Reset() 106 void Merge(PGOProfiler *profiler) in Merge()
|
/arkcompiler/toolchain/tooling/test/ |
D | profiler_impl_test.cpp | 55 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 64 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 74 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 86 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 97 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 106 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 114 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 122 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 130 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 141 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local [all …]
|
/arkcompiler/toolchain/tooling/agent/ |
D | profiler_impl.h | 47 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | allocation_inspector.h | 27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector()
|
D | heap.cpp | 585 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnAllocateEvent() local 597 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnMoveEvent() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 370 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile() local 387 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile() local 406 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForInfo() local 423 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForInfo() local 448 CpuProfiler *profiler = vm->GetProfiler(); in SetCpuSamplingInterval() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | cpu_profiler.h | 123 inline explicit CallNapiScope(CpuProfiler *profiler) in CallNapiScope()
|
D | cpu_profiler.cpp | 381 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local
|
/arkcompiler/toolchain/tooling/ |
D | dispatcher.cpp | 136 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.h | 362 void SetProfiler(CpuProfiler *profiler) in SetProfiler()
|
D | js_object.cpp | 807 auto profiler = thread->GetEcmaVM()->GetPGOProfiler(); in CallSetter() local 833 auto profiler = thread->GetEcmaVM()->GetPGOProfiler(); in CallGetter() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | profiler_stub_builder.cpp | 57 Label profiler(env); in ProfileOpType() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 1913 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS() local
|