Home
last modified time | relevance | path

Searched defs:ordinal (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h97 uint32_t ordinal = nextModuleAsyncEvaluatingOrdinal_++; in NextModuleAsyncEvaluatingOrdinal() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h192 : ETSEnumInterface(enumDecl, ordinal, member, TypeFlag::ETS_ENUM) in ETSEnumInterface() argument
207 : ETSEnumInterface(enumDecl, ordinal, member, TypeFlag::ETS_STRING_ENUM) in ETSEnumInterface() argument
DetsEnumType.cpp26 ETSEnumInterface::ETSEnumInterface(const ir::TSEnumDeclaration *const enumDecl, UType ordinal, in ETSEnumInterface()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp377 ETSEnumType::UType ordinal = -1; in CreateETSEnumType() local
431 ETSEnumType::UType ordinal = -1; in CreateETSStringEnumType() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp873 int64_t ordinal = sampData->data()->get()->GetOrdinal(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1759 SamplingHeapProfileSample &SetOrdinal(int64_t ordinal) in SetOrdinal()
Dpt_types.cpp2076 int32_t ordinal; in Create() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp4424 ir::NumberLiteral *ordinal; in ParseNumberEnum() local