Home
last modified time | relevance | path

Searched defs:COUNT (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_thread_stub_entries.h31 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS; member
58 static constexpr size_t COUNT = kungfu::RuntimeStubCSigns::NUM_OF_STUBS; member
79 static constexpr size_t COUNT = kungfu::CommonStubCSigns::NUM_OF_STUBS; member
101 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::LAST_VALID_OPCODE + 1; member
130 static constexpr size_t COUNT = kungfu::BuiltinsStubCSigns::NUM_OF_BUILTINS_STUBS_EXTEND; member
150 static constexpr size_t COUNT = kungfu::BaselineStubCSigns::NUM_OF_STUBS; member
Dbuiltin_entries.h89 static constexpr size_t COUNT = static_cast<size_t>(BuiltinType::NUMBER_OF_BUILTINS); member
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h27 enum class CallKind { UNKNOWN = 0, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC, COUNT }; enumerator
31 static constexpr auto COUNT = static_cast<uint8_t>(CallKind::COUNT); in CallKindToString() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/
Darray_size_test.js29 const COUNT = 1000; constant
/arkcompiler/ets_frontend/ets2panda/util/
Dlanguage.h36 COUNT, enumerator
Ddiagnostic.h56 COUNT, enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dsource_languages.h43 COUNT enumerator
Dlocations.h49 COUNT enumerator
Druntime_interface.h40 COUNT enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h48 COUNT enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.h78 COUNT enumerator
85 COUNT enumerator
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.h146 static const PerfCounterDescriptor COUNT; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.h61 enum StatType { MARKING_COLLECTION = 0, SINGLE_PASS_COMPACTION, COUNT }; enumerator
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; enumerator
29 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = … enumerator
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_stats.h74 enum class AggregateType { MAX, MIN, AVG, COUNT, SUM, LAST_ID }; enumerator
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h45 COUNT enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dlocations.h50 COUNT enumerator
Druntime_interface.h45 COUNT enumerator
48 enum class StringCtorType { UNKNOWN = 0, STRING, CHAR_ARRAY, COUNT }; enumerator
96 enum class InteropCallKind { UNKNOWN = 0, CALL, CALL_BY_VALUE, NEW_INSTANCE, COUNT }; enumerator
1724 COUNT enumerator
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp110 static constexpr unsigned COUNT = 2U; in HandleMemCall() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectTypeConstants.h110 COUNT, enumerator
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinternal_allocator_test.cpp108 constexpr size_t COUNT = 5; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h182 COUNT, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocale.cpp34 enum LocaleInfo { LANG, SCRIPT, COUNTRY, U_CA, U_KF, U_CO, U_HC, U_NU, U_KN, COUNT }; enumerator
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp542 const size_t COUNT = 1000; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.h212 COUNT, enumerator

12