| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 101 auto profiler = std::make_shared<PGOProfiler>(vm, isEnable); in Build() local 115 void Destroy(std::shared_ptr<PGOProfiler> &profiler) in Destroy() 129 void Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset() 176 void Merge(PGOProfiler *profiler) in Merge() 213 for (const auto &profiler : profilers_) { in ForceSave() local
|
| D | pgo_profiler.h | 245 explicit PGOProfilerTask(PGOProfiler *profiler, int32_t id) in PGOProfilerTask() 396 explicit PGODumpPauseScope(std::shared_ptr<PGOProfiler> profiler): profiler_(profiler) in PGODumpPauseScope()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | jit_warmup_profiler.h | 26 static JitWarmupProfiler profiler; in GetInstance() local
|
| /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 107 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 116 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 125 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 133 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/ets_runtime/ecmascript/mem/ |
| D | allocation_inspector.h | 27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector()
|
| D | heap.cpp | 1510 HeapProfilerInterface *profiler = ecmaVm->GetHeapProfile(); in OnAllocateEvent() local 1558 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnMoveEvent() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | profiler_impl.h | 49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.h | 146 inline explicit CallNapiScope(CpuProfiler *profiler) in CallNapiScope()
|
| D | cpu_profiler.cpp | 378 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 669 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile() local 689 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile() local 719 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForInfo() local 739 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForInfo() local 771 CpuProfiler *profiler = vm->GetProfiler(); in SetCpuSamplingInterval() local
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 137 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 76 Label profiler(env); in TryPreDump() local 95 Label profiler(env); in ProfileOpType() local 146 Label profiler(env); in ProfileDefineClass() local 185 Label profiler(env); in ProfileCreateObject() local 560 Label profiler(env); in ProfileBranch() local 732 Label profiler(env); in ProfileGetIterator() local
|
| D | ts_inline_lowering.cpp | 220 JITProfiler *profiler = nullptr; in InlineCall() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 589 auto profiler = thread->GetEcmaVM()->GetPGOProfiler(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 542 void SetProfiler(CpuProfiler *profiler) in SetProfiler()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 502 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in PrintTypedOpProfiler() local 516 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in ClearTypedOpProfiler() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 525 explicit MockHeapProfiler(HeapProfilerInterface *profiler) : profiler_(profiler) {} in MockHeapProfiler()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2831 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS() local 2840 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 5938 ProfilerStubBuilder profiler(this); in GenerateCircuit() local
|