Home
last modified time | relevance | path

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

/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/
Djs_thread.h69 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS; member
96 static constexpr size_t COUNT = kungfu::RuntimeStubCSigns::NUM_OF_STUBS; member
117 static constexpr size_t COUNT = kungfu::CommonStubCSigns::NUM_OF_STUBS; member
139 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::LAST_VALID_OPCODE + 1; member
168 static constexpr size_t COUNT = kungfu::BuiltinsStubCSigns::NUM_OF_BUILTINS_STUBS; member
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h175 COUNT, enumerator
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp542 const size_t COUNT = 1000; in TEST_F() local