Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
Dmutex_test.cpp43 ThreadRWLockArgs *arg = reinterpret_cast<ThreadRWLockArgs *>(input); in TestThread1() local
54 ThreadRWLockArgs *arg = reinterpret_cast<ThreadRWLockArgs *>(input); in TestThread2() local
64 ThreadRWLockArgs *arg = reinterpret_cast<ThreadRWLockArgs *>(input); in TestThread3() local
82 ThreadMutexArgs *arg = reinterpret_cast<ThreadMutexArgs *>(input); in TestThread4() local
94 ThreadRWLockArgs *arg = reinterpret_cast<ThreadRWLockArgs *>(input); in TestThread5() local
104 ThreadRWLockArgs arg = {rwlock, &res}; variable
131 ThreadRWLockArgs arg = {rwlock, &res}; variable
163 ThreadMutexArgs arg = {lock, &index}; variable
178 ThreadRWLockArgs arg = {rwlock, nullptr}; variable
/arkcompiler/runtime_core/libpandabase/tests/genmc/
Dmutex_test_4.cpp31 static void *Thread1(void *arg) in Thread1()
46 static void *Thread2(void *arg) in Thread2()
59 static void *Thread3(void *arg) in Thread3()
Dmutex_test_genmc.cpp28 static void *ThreadN(void *arg) in ThreadN()
Dmutex_test_3.cpp30 static void *Threadn(void *arg) in Threadn()
Dmutex_test_2.cpp34 static void *ThreadN(void *arg) in ThreadN()
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h221 bool Add(PandArgBase *arg) in Add()
234 bool PushBackTail(PandArgBase *arg) in PushBackTail()
345 bool IsArgSet(PandArgBase *arg) const in IsArgSet()
360 auto arg = static_cast<PandArgCompound *>(i); in GetHelpString() local
510 auto arg = parent_arg->FindSubArg(arg_name); in ParseSubArgument() local
541 auto arg = static_cast<PandArgCompound *>(FindArg(arg_name)); in ParseCompoundArg() local
593 PandArgBase *arg = FindArg(arg_name); in ParseNextRegularArg() local
614 PandArgBase *arg = nullptr; in ParseNextArg() local
718 size_t ParseNextParam(PandArgBase *arg, std::string_view argstr) in ParseNextParam()
753 std::size_t ParseStringArgParam(PandArg<std::string> *arg, std::string_view argstr) in ParseStringArgParam()
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regAllocator/
Dtest-spill-fill-with-env-args.js16 function xx(arg) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp64 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
87 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
109 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
129 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
151 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts107 const arg: Expression = initializer.left.arguments[0]; constant
124 const arg: Expression = initializer.arguments[0]; constant
/arkcompiler/runtime_core/compiler/
Dcompiler_logger.cpp26 for (const auto& arg : args) { in SetComponents() local
Dcompiler_options.h117 for (const auto &arg : GetCompilerCpuFeatures()) { in ParseEnabledCpuFeatures() local
/arkcompiler/ets_runtime/test/
Drun_ts_test262.py26 def is_testcase_exist(parse, arg): argument
34 def is_directory(parse, arg): argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp107 compiler::VReg arg = pg->AllocReg(); in Compile() local
160 compiler::VReg arg = pg->AllocReg(); in Compile() local
DnewExpression.cpp56 compiler::VReg arg = pg->AllocReg(); in Compile() local
DtaggedTemplateExpression.cpp72 compiler::VReg arg = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DbindingPattern.test.ts76 let arg = new VReg(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp353 uint8_t arg[ARGS_NUMBER] = {0}; in HandleWithUint8() local
374 int8_t arg[ARGS_NUMBER] = {0}; in HandleWithInt8() local
395 uint16_t arg[ARGS_NUMBER] = {0}; in HandleWithUint16() local
416 int16_t arg[ARGS_NUMBER] = {0}; in HandleWithInt16() local
437 uint32_t arg[ARGS_NUMBER] = {0}; in HandleWithUint32() local
458 int32_t arg[ARGS_NUMBER] = {0}; in HandleWithInt32() local
484 int64_t arg[ARGS_NUMBER] = {0}; in HandleWithBigInt64() local
508 uint64_t arg[ARGS_NUMBER] = {0}; in HandleWithBigUint64() local
Dbuiltins_sharedarraybuffer.cpp59 JSHandle<JSTaggedValue> arg = GetCallArg(argv, 0); in IsSharedArrayBuffer() local
/arkcompiler/ets_runtime/test/moduletest/callframe/
Dcallframe.js100 var arg = foo8(1,2,3); variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp44 static bool IsValidConstAssertionArgument(checker::Checker *checker, const ir::AstNode *arg) in IsValidConstAssertionArgument()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DescapedIdentifiers.ts218 …constructor (public arg1: number,public arg\u0032: string,public arg\u0033: boolean,public arg4: n… property in constructorTestClass
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp61 ir::Expression *arg = AllocNode<ir::Identifier>(argName); in AddReflectApplyArgs() local
/arkcompiler/runtime_core/assembler/
Dasm_metadata.rb224 def add_unused_attribute(arg) argument
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp446 int32_t arg = 20; variable
500 int32_t arg = 20; variable
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp36 Register arg = __ AvailableRegister1(); in CopyArgumentWithArgV() local

12