| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| D | profiling-disasm-inl.h | 38 inline void DestroyProfile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_f… in DestroyProfile() 49 inline ProfileType FindMethodInProfile([[maybe_unused]] ProfileContainer profile, in FindMethodInProfile() 63 inline void DumpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::Sou… in DumpProfile()
|
| /arkcompiler/toolchain/tooling/dynamic/test/testcases/ |
| D | js_heapsampling_loop_test.h | 96 std::unique_ptr<PtJson> profile = nullptr; in RecvHeapsamlingInfo() local
|
| D | js_cpuprofile_loop_test.h | 98 std::unique_ptr<PtJson> profile = nullptr; in RecvCpuprofileInfo() local
|
| D | js_heapsampling_test.h | 83 std::unique_ptr<PtJson> profile; in RecvHeapsamlingInfo() local
|
| D | js_cpuprofile_recursion_test.h | 94 std::unique_ptr<PtJson> profile = nullptr; in RecvCpuprofileInfo() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm.cpp | 39 ark::PandArg<std::string> profile {"profile", "", "Path to the profile"}; member 77 auto profile = options.profile.GetValue(); in Disassemble() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/ |
| D | ark_js_vm.py | 51 def profile(self, bu: BenchUnit, with_aot: bool = False) -> None: member in Tool
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | heapprofiler_impl.cpp | 173 std::unique_ptr<SamplingHeapProfile> profile; in GetSamplingProfile() local 198 std::unique_ptr<SamplingHeapProfile> profile; in StopSampling() local 362 …HeapProfilerImpl::GetSamplingProfile([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in GetSamplingProfile() 383 …ponse HeapProfilerImpl::StopSampling([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in StopSampling()
|
| D | profiler_impl.cpp | 145 std::unique_ptr<Profile> profile; in Stop() local 268 DispatchResponse ProfilerImpl::Stop(std::unique_ptr<Profile> *profile) in Stop()
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_returns.h | 286 explicit StopSamplingReturns(std::unique_ptr<SamplingHeapProfile> profile) in StopSamplingReturns() 337 explicit StopReturns(std::unique_ptr<Profile> profile) : profile_(std::move(profile)) {} in StopReturns()
|
| D | pt_events.h | 936 ConsoleProfileFinished &SetProfile(std::unique_ptr<Profile> profile) in SetProfile()
|
| D | pt_types.cpp | 2380 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in FromSamplingInfo() local 2591 auto profile = std::make_unique<Profile>(); in Create() local 2742 auto profile = std::make_unique<Profile>(); in FromProfileInfo() local
|
| /arkcompiler/toolchain/tooling/dynamic/client/domain/ |
| D | profiler_client.cpp | 163 std::unique_ptr<PtJson> profile; in RecvProfilerResult() local
|
| D | heapprofiler_client.cpp | 300 std::unique_ptr<PtJson> profile; in SaveHeapsamplingData() local
|
| /arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
| D | RenameFileNameTransformer.ts | 77 let profile: IFileNameObfuscationOption | undefined; variable
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_returns_test.cpp | 259 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in HWTEST_F_L0() local 298 std::unique_ptr<Profile> profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
|
| D | pt_types_test.cpp | 377 std::unique_ptr<ScriptTypeProfile> profile = ScriptTypeProfile::Create(*ptJson); in HWTEST_F_L0() local 677 Profile profile; in HWTEST_F_L0() local 872 …std::unique_ptr<SamplingHeapProfile> profile = SamplingHeapProfile::FromSamplingInfo(&samplingInfo… in HWTEST_F_L0() local
|
| D | profiler_impl_test.cpp | 76 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local 87 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
|
| D | heapprofiler_impl_test.cpp | 151 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local 170 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local
|
| D | debugger_types_test.cpp | 2143 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local 2194 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
|
| D | debugger_events_test.cpp | 314 auto profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | option.cpp | 95 std::string Options::profile = ""; member in maple::Options
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 95 auto profile = jsFunction_->GetProfileTypeInfo(hostThread_); in InstallOsrCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | option.h | 151 static std::string profile; variable
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 590 const pgo::AotProfilingData::AotMethodProfilingData &profile = profileIt->second; in TryLoadAotMethodProfile() local
|