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.cpp2798 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
2801 par = param_info->GetNativeParam(params[i]); in TestParam()
2809 if (std::holds_alternative<Reg>(par)) { in TestParam()
2810 test->GetEncoder()->EncodeMov(ret_reg, std::get<Reg>(par)); in TestParam()
2812 … auto mem = MemRef(Target::Current().GetStackReg(), std::get<uint8_t>(par) * sizeof(uint32_t)); in TestParam()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2814 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
2817 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()
2834 … fl.GetFrameSize<CFrameLayout::BYTES>() + std::get<uint8_t>(par) * fl.GetSlotSize()); in TestParam()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp2933 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
2936 par = param_info->GetNativeParam(params[i]); in TestParam()
2947 if (std::holds_alternative<Reg>(par)) { in TestParam()
2948 test->GetEncoder()->EncodeMov(ret_reg, std::get<Reg>(par)); in TestParam()
2950 … 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"