| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | encoder64_test_2.cpp | 603 auto par = paramInfo->GetNativeParam(PARAMS[0]); in TestParam() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | defaultParameterLowering.cpp | 296 auto *par = (*pt)->AsETSParameterExpression(); in ProcessGlobalFunctionDefinition() local [all...] |
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_emitter_test.cpp | 876 Parser par; in HWTEST_F() local 905 Parser par; in HWTEST_F() local 938 Parser par; in HWTEST_F() local 959 Parser par; in HWTEST_F() local 1025 Parser par; HWTEST_F() local 1077 Parser par; HWTEST_F() local 1109 Parser par; HWTEST_F() local 1133 Parser par; HWTEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| H A D | encoder32_test_2.cpp | 585 auto par = paramInfo->GetNativeParam(PARAMS[0]); in TestParam() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | encoder64_test_2.cpp | 770 auto par = paramInfo->GetNativeParam(PARAMS[0]); in TestParam() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_TypeCreator.cpp | 250 auto par = GetPandasmTypeFromDescriptor(creator->GetCtx(), baseTd->GetMutf8()); in TypeAPITypeCreatorCtxClassSetBase() local 261 auto par = GetPandasmTypeFromDescriptor(creator->GetCtx(), baseTd->GetMutf8()); in TypeAPITypeCreatorCtxInterfaceAddBase() local 406 const auto &par = fn.params[i]; in AddLambdaParamInst() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| H A D | encoder32_test.cpp | 2813 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | encoder64_test.cpp | 2819 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| H A D | encoder64_test.cpp | 2933 auto par = param_info->GetNativeParam(params[0]); in TestParam() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | ffi_workload.cpp | 3211 void *par = new int(0); in HWTEST_F_L0() local 3224 void *par = new std::string("abc"); in HWTEST_F_L0() local 3237 void *par = new char('a'); in HWTEST_F_L0() local 3250 void *par = new long(123456); // 123456 = random number in HWTEST_F_L0() local 3263 void *par = nullptr; in HWTEST_F_L0() local [all...] |
| H A D | jsnapi_sample.cpp | 2889 Local<JSValueRef> ThrowErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) in ThrowErrorFuncTest() argument 2902 Local<JSValueRef> ThrowRangeErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) in ThrowRangeErrorFuncTest() argument 2915 Local<JSValueRef> ThrowReferenceErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) in ThrowReferenceErrorFuncTest() argument 2928 Local<JSValueRef> ThrowSyntaxErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) in ThrowSyntaxErrorFuncTest() argument 2941 Local<JSValueRef> ThrowTypeErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) in ThrowTypeErrorFuncTest() argument 2954 ThrowAggregateErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) ThrowAggregateErrorFuncTest() argument 2967 ThrowEvalErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) ThrowEvalErrorFuncTest() argument 2980 ThrowOOMErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) ThrowOOMErrorFuncTest() argument 2993 ThrowTerminationErrorFuncTest(const EcmaVM *vm, Local<NumberRef> par) ThrowTerminationErrorFuncTest() argument [all...] |