Home
last modified time | relevance | path

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

/arkcompiler/runtime_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/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h48 COUNT enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h61 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS; member
88 static constexpr size_t COUNT = kungfu::RuntimeStubCSigns::NUM_OF_STUBS; member
109 static constexpr size_t COUNT = kungfu::CommonStubCSigns::NUM_OF_STUBS; member
131 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::LAST_VALID_OPCODE + 1; member
160 static constexpr size_t COUNT = kungfu::BuiltinsStubCSigns::NUM_OF_BUILTINS_STUBS; member
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h50 COUNT enumerator
Druntime_interface.h42 COUNT enumerator
1030 COUNT enumerator
1035 static constexpr auto COUNT = static_cast<uint8_t>(DeoptimizeType::COUNT); in DeoptimizeTypeToString() local
/arkcompiler/runtime_core/runtime/tests/
Dinternal_allocator_test.cpp98 constexpr size_t COUNT = 5; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h172 COUNT, enumerator
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp542 const size_t COUNT = 1000; in TEST_F() local