Home
last modified time | relevance | path

Searched defs:COUNT (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread_stub_entries.h31 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS; member
[all...]
H A Dbuiltin_entries.h89 static constexpr size_t COUNT = static_cast<size_t>(BuiltinType::NUMBER_OF_BUILTINS); member
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dinst_type.h33 COUNT, member in panda::defect_scan_aux::InstType
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling.h31 static constexpr auto COUNT = static_cast<uint8_t>(CallKind::COUNT); in CallKindToString() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinternal_allocator_test.cpp108 constexpr size_t COUNT = 5; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Dlanguage.h36 COUNT, member in ark::es2panda::Language::Id
90 static constexpr auto COUNT = static_cast<size_t>(Id::COUNT); member in ark::es2panda::Language
/arkcompiler/runtime_core/compiler/tests/
H A Dinst_test.cpp542 const size_t COUNT = 1000; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.h45 COUNT enumerator
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dvreg_info.h25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; member in ark::compiler::final::Location
29 enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = ANY }; member in ark::compiler::final::Location::Type
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp110 static constexpr unsigned COUNT = 2U; in HandleMemCall() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_stats.h79 enum class AggregateType { MAX, MIN, AVG, COUNT, SUM, LAST_ID }; member in ark::CoroutineStatsBase::AggregateType
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectTypeConstants.h105 COUNT, member in ark::es2panda::checker::PropertyType
/arkcompiler/ets_frontend/es2panda/binder/
H A DvariableFlags.h180 COUNT, member in panda::es2panda::binder::TSBindingType
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.h176 COUNT, member in ark::es2panda::checker::GlobalTypeId
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h1896 static constexpr auto COUNT = static_cast<uint8_t>(ObjectType::LAST) + 1; in ObjectTypeToString() local

Completed in 16 milliseconds