Home
last modified time | relevance | path

Searched defs:argsCount (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.cpp643 size_t argsCount {1U}; in CreateDynInst() local
657 size_t argsCount {2U}; in CreateDynInst() local
673 size_t argsCount {3U}; in CreateDynInst() local
690 size_t argsCount {2U}; in CreateDynInst() local
728 size_t argsCount {1U}; in CreateDynInst() local
744 size_t argsCount {1U}; in CreateDynInst() local
773 size_t argsCount {2U}; in CreateDynInst() local
791 size_t argsCount {4U}; in CreateDynInst() local
809 size_t argsCount {1U}; in CreateDynInst() local
828 size_t argsCount {5U}; in CreateDynInst() local
[all …]
Dir_static_instr_1.cpp994 size_t argsCount {argCount + 2}; in IcreateDynCallthisrangeStatic() local
1020 size_t argsCount {argCount + 2}; in IcreateDynWideCallthisrangeStatic() local
1868 size_t argsCount {2U}; in IcreateLoadArrayStatic() local
1893 size_t argsCount {3U}; in IcreateStoreArrayBody() local
1969 size_t argsCount {1U}; in IcreateCheckCastStatic() local
1988 size_t argsCount {1U}; in IcreateIsInstanceStatic() local
2019 size_t argsCount {1U}; in IcreateIsUndefinedStatic() local
2043 size_t argsCount {1U}; in IcreateThrowStatic() local
2089 size_t argsCount {2U}; in IcreateEqualsStatic() local
/arkcompiler/ets_frontend/ets2panda/test/unit/
Dast_dumper_test.cpp47 int argsCount; member
122 …tatic ark::pandasm::Program *GetProgram(std::string_view src, const char **argsList, int argsCount, in GetProgram()
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp80 uint32_t argsCount = runtimeInfo->GetArgsNumber(); in AssertEqual() local
105 uint32_t argsCount = runtimeInfo->GetArgsNumber(); in AssertTrue() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.h170 void SetArgsCount(size_t argsCount) in SetArgsCount()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h107 size_t argsCount = Builder()->GetMethodArgumentsCount(methodId_); in SetCallArgs() local
1266 size_t argsCount = GetMethodArgumentsCount(methodId); in BuildMultiDimensionalArrayObject() local
1314 size_t argsCount = GetMethodArgumentsCount(methodId); in BuildInitObjectMultiDimensionalArray() local
1345 size_t argsCount = GetMethodArgumentsCount(methodId); in BuildCallStaticForInitObject() local
1375 size_t argsCount = GetMethodArgumentsCount(ctorMethodId); in BuildInitString() local
1426 size_t argsCount = GetMethodArgumentsCount(methodId); in BuildInitObject() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dcodegen_test.cpp220 void CodegenCallerSavedRegistersTest::BuildGraphSaveOnlyLiveRegisters(int argsCount) in BuildGraphSaveOnlyLiveRegisters()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp811 uint32_t argsCount = runtimeInfo->GetArgsNumber(); in HWTEST_F_L0() local
843 uint32_t argsCount = runtimeInfo->GetArgsNumber(); in AddFunc() local
864 uint32_t argsCount = runtimeInfo->GetArgsNumber(); in AddProxyFunc() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2899 const uint32_t argsCount = args->GetLength(); in RuntimeOptConstructProxy() local
3004 const uint32_t argsCount = args->GetLength(); in RuntimeOptConstructGeneric() local