Home
last modified time | relevance | path

Searched refs:par (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/class/
Dclass.js74 var par = new A; variable
75 print(par.a);
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp878 Parser par; variable
888 auto ret = par.Parse(source);
889 EXPECT_EQ(par.ShowError().err, Error::ErrorType::ERR_NONE);
907 Parser par; variable
924 auto program = par.Parse(source, source_filename);
925 EXPECT_EQ(par.ShowError().err, Error::ErrorType::ERR_NONE);
940 Parser par; variable
947 auto program = par.Parse(v);
948 EXPECT_EQ(par.ShowError().err, Error::ErrorType::ERR_NONE);
961 Parser par; variable
[all …]
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js486 let par = null;
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp2819 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
2822 par = param_info->GetNativeParam(params[i]); in TestParam()
2830 if (std::holds_alternative<Reg>(par)) { in TestParam()
2831 test->GetEncoder()->EncodeMov(ret_reg, std::get<Reg>(par)); in TestParam()
2833 … auto mem = MemRef(Target::Current().GetStackReg(), std::get<uint8_t>(par) * sizeof(uint32_t)); in TestParam()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2840 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
2843 par = param_info->GetNativeParam(params[i]); in TestParam()
2856 if (std::holds_alternative<Reg>(par)) { in TestParam()
2857 test->GetEncoder()->EncodeMov(ret_reg, std::get<Reg>(par)); in TestParam()
2860 … fl.GetFrameSize<CFrameLayout::BYTES>() + std::get<uint8_t>(par) * fl.GetSlotSize()); in TestParam()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp2937 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
2940 par = param_info->GetNativeParam(params[i]); in TestParam()
2951 if (std::holds_alternative<Reg>(par)) { in TestParam()
2952 test->GetEncoder()->EncodeMov(ret_reg, std::get<Reg>(par)); in TestParam()
2954 … auto mem = MemRef(Target::Current().GetStackReg(), std::get<uint8_t>(par) * sizeof(uint32_t)); in TestParam()
/arkcompiler/runtime_core/docs/
Ddoxygen.config235 # "sideeffect=@par Side Effects:\n"