Home
last modified time | relevance | path

Searched defs:DEFAULT_CAPACITY (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.h36 static constexpr uint32_t DEFAULT_CAPACITY = 4; variable
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_interference_graph_new_test.cpp301 const size_t DEFAULT_CAPACITY = 5; variable
374 const size_t DEFAULT_CAPACITY = 11; variable
462 const size_t DEFAULT_CAPACITY = DEFAULT_PHISICALS + DEFAULT_NONPHISICALS; variable
Dreg_alloc_interference_graph_test.cpp215 const unsigned DEFAULT_CAPACITY = 11; in TEST_F() local
Dcompiler_regalloc_test.cpp440 const unsigned DEFAULT_CAPACITY = 11; in __anon1e16ecec0d02() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h127 static constexpr uint32_t DEFAULT_CAPACITY = 16; variable