Searched defs:COUNT (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | vreg_info.h | 25 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/ |
| D | globalTypesHolder.h | 48 COUNT enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.h | 61 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/ |
| D | locations.h | 50 COUNT enumerator
|
| D | runtime_interface.h | 42 COUNT enumerator 1030 COUNT enumerator 1035 static constexpr auto COUNT = static_cast<uint8_t>(DeoptimizeType::COUNT); in DeoptimizeTypeToString() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | internal_allocator_test.cpp | 98 constexpr size_t COUNT = 5; in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 172 COUNT, enumerator
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_test.cpp | 542 const size_t COUNT = 1000; in TEST_F() local
|