Home
last modified time | relevance | path

Searched refs:pro (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/
H A Dloadicbyvalue.js99 let pro = [1,1,1,1];
101 __proto__: pro };
110 let pro = new Uint8Array(10);
111 pro[1]=1;
113 __proto__: pro };
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
H A Dloadicbyname.js154 let pro = {
160 __proto__: pro
171 let pro = {
177 __proto__: pro
198 let pro = globalThis
200 __proto__: pro
/arkcompiler/toolchain/tooling/client/domain/
H A Dprofiler_client.cpp187 ProfilerSingleton &pro = session->GetProfilerSingleton(); in RecvProfilerResult() local
190 std::string cpufile = pro.GetAddress() + fileName; in RecvProfilerResult()
195 pro.AddCpuName(fileName); in RecvProfilerResult()
217 ProfilerSingleton &pro = session->GetProfilerSingleton(); in WriteCpuProfileForFile() local
218 pro.SetAddress("/data/"); in WriteCpuProfileForFile()
/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
H A Dasmstackoverflow.js45 const pro = new Proxy({}, obj);
46 obj.__proto__ = pro;
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_ins_test.cpp219 panda::pandasm::Program pro; in HWTEST_F() local
220 std::string ret = pro.JsonDump(); in HWTEST_F()
/arkcompiler/toolchain/tooling/client/utils/
H A Dcli_command.cpp269 ProfilerSingleton &pro = session->GetProfilerSingleton(); in CpuProfileCommand() local
281 pro.ShowCpuFile(); in CpuProfileCommand()
289 pro.SetAddress(GetArgList()[0]); in CpuProfileCommand()

Completed in 4 milliseconds