| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | jit_warmup_profiler.h | 26 static JitWarmupProfiler profiler; in GetInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.cpp | 221 auto profiler = std::make_shared<PGOProfiler>(vm, isEnable); in BuildProfiler() local 256 void PGOProfilerManager::Destroy(std::shared_ptr<PGOProfiler>& profiler) in Destroy() 272 void PGOProfilerManager::Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset() 338 bool PGOProfilerManager::IsProfilerDestroyed(PGOProfiler* profiler) in IsProfilerDestroyed() 355 auto profiler = pendingProfilers_.PopFront(); in DumpPendingProfilers() local 367 for (const auto profiler: notDumpedProfilers) { in DumpPendingProfilers() local 379 void PGOProfilerManager::TryDispatchDumpTask(PGOProfiler* profiler) in TryDispatchDumpTask()
|
| D | pgo_profiler.h | 374 explicit PGODumpPauseScope(std::shared_ptr<PGOProfiler> profiler): profiler_(profiler) in PGODumpPauseScope()
|
| D | pgo_state.cpp | 153 void PGOState::ResumeByGC(PGOProfiler* profiler) in ResumeByGC()
|
| D | pgo_utils.h | 180 void Remove(PGOProfiler* profiler) in Remove()
|
| /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-inl.h | 649 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnMoveEvent() local
|
| D | heap.cpp | 1599 HeapProfilerInterface *profiler = ecmaVm->GetHeapProfile(); in OnAllocateEvent() 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 | 148 inline explicit CallNapiScope(CpuProfiler *profiler) in CallNapiScope()
|
| D | cpu_profiler.cpp | 374 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 137 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 698 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile() local 718 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile() local 748 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForInfo() local 768 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForInfo() local 800 CpuProfiler *profiler = vm->GetProfiler(); in SetCpuSamplingInterval() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 71 Label profiler(env); in TryPreDump() local 90 Label profiler(env); in ProfileOpType() local 137 Label profiler(env); in ProfileDefineClass() local 176 Label profiler(env); in ProfileCreateObject() local 552 Label profiler(env); in ProfileBranch() local 724 Label profiler(env); in ProfileGetIterator() local
|
| D | ts_inline_lowering.cpp | 220 JITProfiler *profiler = nullptr; in InlineCall() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_third_test.cpp | 667 auto profiler = new HeapSampling(thread->GetEcmaVM(), heap, 10, 3); in HWTEST_F_L0() local 678 auto profiler = new HeapSampling(thread->GetEcmaVM(), heap, 10, 3); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test_one.cpp | 299 auto profiler = std::make_shared<PGOProfilerMock>(vm, true); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 585 auto profiler = thread->GetEcmaVM()->GetPGOProfiler(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 580 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in PrintTypedOpProfiler() local 594 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in ClearTypedOpProfiler() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 727 void SetProfiler(CpuProfiler *profiler) in SetProfiler()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 529 explicit MockHeapProfiler(HeapProfilerInterface *profiler) : profiler_(profiler) {} in MockHeapProfiler()
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 1598 auto profiler = v8::CpuProfiler::New(isolate); in OH_JSVM_StartCpuProfiler() local 1607 JSVM_CpuProfiler profiler, in OH_JSVM_StopCpuProfiler() 1625 auto profiler = isolate->GetHeapProfiler(); in OH_JSVM_TakeHeapSnapshot() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2855 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS() local 2864 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 5920 ProfilerStubBuilder profiler(this); in GenerateCircuit() local
|