Home
last modified time | relevance | path

Searched defs:NORMAL (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.h27 enum class WriteBarrierType : size_t { NORMAL, DESERIALIZE, AOT_DESERIALIZE }; enumerator
Dspace.h66 NORMAL, enumerator
Dvisitor.h34 NORMAL, enumerator
Dheap.h95 NORMAL, enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.h40 NORMAL, enumerator
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.h41 NORMAL, enumerator
/arkcompiler/toolchain/websocket/
Dwebsocket_base.h29 NORMAL = 1000, enumerator
/arkcompiler/ets_runtime/ecmascript/
Daccessor_data.h96 NORMAL = 0U, enumerator
Dvtable.h54 NORMAL enumerator
Dweak_vector.h27 NORMAL = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/scripts/
Des2panda_pre_test.py26 NORMAL = 0 variable in TestTypes
/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_info.h32 enum class InstructionType { NORMAL, JUMP, COND_JUMP, RETURN, THROW }; enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.h34 NORMAL = 2, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.h44 NORMAL, enumerator
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.h71 enum class Type { STRUCTURAL, NORMAL, INVALID }; enumerator