Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
Dproperties.ts22 CONSTANT, enumerator
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeFlag.h59CONSTANT = 1ULL << 34ULL, // type for constant expressions containing the associated co… enumerator
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h47 CONSTANT, // Cell has been assigned only once. enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md494 ##### CONSTANT l4subsection
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h40 CONSTANT = 4, enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1167 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1499 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) macro