Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-warnings-generation.puactivity27 if (function in GC FUNCTION LIST)
31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
Dstatic-analyzer-gc-func-list-gen.puactivity33 :Generate list of all functions which can call GC (GC FUNCTION LIST);
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h42 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, N… enumerator
111 : PandArgBase(name, desc, PandArgType::LIST), in PandArg()
175 return PandArgType::LIST; in EvalType()
404 case PandArgType::LIST: { in GetRegularArgs()
483 case PandArgType::LIST: in InitDefault()
694 case PandArgType::LIST: in ParseTail()
736 case PandArgType::LIST: in ParseNextParam()
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md13 [--input-type {class,pa}] [--compiler-options LIST]
23 --compiler-options LIST
/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp119 EXPECT_EQ(pald.GetType(), PandArgType::LIST);
123 EXPECT_EQ(pal.GetType(), PandArgType::LIST);