Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h37 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/
Djs_heapsampling_test.h83 std::unique_ptr<PtJson> profile; in RecvHeapsamlingInfo() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp39 panda::PandArg<std::string> profile {"profile", "", "Path to the profile"}; member
77 auto profile = options.profile.GetValue(); in Disassemble() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp112 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()
Dprofiler_impl.cpp71 std::unique_ptr<Profile> profile; in Stop() local
172 DispatchResponse ProfilerImpl::Stop(std::unique_ptr<Profile> *profile) in Stop()
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h269 explicit StopSamplingReturns(std::unique_ptr<SamplingHeapProfile> profile) in StopSamplingReturns()
320 explicit StopReturns(std::unique_ptr<Profile> profile) : profile_(std::move(profile)) {} in StopReturns()
Dpt_events.h900 ConsoleProfileFinished &SetProfile(std::unique_ptr<Profile> profile) in SetProfile()
Dpt_types.cpp2334 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/
DRenameFileNameTransformer.ts66 let profile: IFileNameObfuscationOption | undefined; variable
/arkcompiler/toolchain/tooling/client/domain/
Dprofiler_client.cpp171 std::unique_ptr<PtJson> profile; in RecvProfilerResult() local
Dheapprofiler_client.cpp306 std::unique_ptr<PtJson> profile; in SaveHeapsamplingData() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp258 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
Dpt_types_test.cpp357 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
Dheapprofiler_impl_test.cpp115 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local
134 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local
Dprofiler_impl_test.cpp76 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
87 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
Ddebugger_types_test.cpp2143 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
2194 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
Ddebugger_events_test.cpp314 auto profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp271 maplecl::Option<bool> profile({"--p", "-p"}, " -p \tGenerate profiling in… variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Doption.cpp106 std::string Options::profile = ""; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h148 static std::string profile; variable
Dmir_module.h876 Profile profile; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp527 auto profile = profiler->StopCpuProfilerForInfo(); in StopCpuProfilerForInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1253 …virtual profiling::CallKind GetCallProfile([[maybe_unused]] MethodPtr profile, [[maybe_unused]] ui… in GetCallProfile()
1286 …mpiler::AnyBaseType GetProfilingAnyType([[maybe_unused]] RuntimeInterface::BytecodeProfile profile, in GetProfilingAnyType()