| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| D | profiling-disasm-inl.h | 37 inline void DestroyProfile([[maybe_unused]] ProfileContainer profile, in DestroyProfile() 48 inline ProfileType FindMethodInProfile([[maybe_unused]] ProfileContainer profile, in FindMethodInProfile() 61 inline void DumpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] panda::panda_file::S… in DumpProfile()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_heapsampling_test.h | 83 std::unique_ptr<PtJson> profile; in RecvHeapsamlingInfo() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm.cpp | 39 panda::PandArg<std::string> profile {"profile", "", "Path to the profile"}; member 77 auto profile = options.profile.GetValue(); in Disassemble() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.cpp | 112 std::unique_ptr<SamplingHeapProfile> profile; in GetSamplingProfile() local 137 std::unique_ptr<SamplingHeapProfile> profile; in StopSampling() local 295 …HeapProfilerImpl::GetSamplingProfile([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in GetSamplingProfile() 316 …ponse HeapProfilerImpl::StopSampling([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in StopSampling()
|
| D | profiler_impl.cpp | 71 std::unique_ptr<Profile> profile; in Stop() local 172 DispatchResponse ProfilerImpl::Stop(std::unique_ptr<Profile> *profile) in Stop()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.h | 269 explicit StopSamplingReturns(std::unique_ptr<SamplingHeapProfile> profile) in StopSamplingReturns() 320 explicit StopReturns(std::unique_ptr<Profile> profile) : profile_(std::move(profile)) {} in StopReturns()
|
| D | pt_events.h | 900 ConsoleProfileFinished &SetProfile(std::unique_ptr<Profile> profile) in SetProfile()
|
| D | pt_types.cpp | 2334 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in FromSamplingInfo() local 2545 auto profile = std::make_unique<Profile>(); in Create() local 2696 auto profile = std::make_unique<Profile>(); in FromProfileInfo() local
|
| /arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
| D | RenameFileNameTransformer.ts | 66 let profile: IFileNameObfuscationOption | undefined; variable
|
| /arkcompiler/toolchain/tooling/client/domain/ |
| D | profiler_client.cpp | 171 std::unique_ptr<PtJson> profile; in RecvProfilerResult() local
|
| D | heapprofiler_client.cpp | 306 std::unique_ptr<PtJson> profile; in SaveHeapsamplingData() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_returns_test.cpp | 258 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in HWTEST_F_L0() local 297 std::unique_ptr<Profile> profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
|
| D | pt_types_test.cpp | 357 std::unique_ptr<ScriptTypeProfile> profile = ScriptTypeProfile::Create(*ptJson); in HWTEST_F_L0() local 657 Profile profile; in HWTEST_F_L0() local 852 …std::unique_ptr<SamplingHeapProfile> profile = SamplingHeapProfile::FromSamplingInfo(&samplingInfo… in HWTEST_F_L0() local
|
| D | heapprofiler_impl_test.cpp | 115 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local 134 std::unique_ptr<SamplingHeapProfile> profile; 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 | 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_be/src/cg/ |
| D | cg_options.cpp | 271 maplecl::Option<bool> profile({"--p", "-p"}, " -p \tGenerate profiling in… variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | option.cpp | 106 std::string Options::profile = ""; member in maple::Options
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | option.h | 148 static std::string profile; variable
|
| D | mir_module.h | 876 Profile profile; variable
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 527 auto profile = profiler->StopCpuProfilerForInfo(); in StopCpuProfilerForInfo() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1253 …virtual profiling::CallKind GetCallProfile([[maybe_unused]] MethodPtr profile, [[maybe_unused]] ui… in GetCallProfile() 1286 …mpiler::AnyBaseType GetProfilingAnyType([[maybe_unused]] RuntimeInterface::BytecodeProfile profile, in GetProfilingAnyType()
|