Searched defs:CONSTANT (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | vreg_info.h | 25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeFlag.h | 59 …CONSTANT = 1ULL << 30ULL, // type for constant expressions containing the associated co… enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 494 ##### CONSTANT l4subsection
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| D | llvm_stackmap_type.h | 40 CONSTANT = 4, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_attributes.h | 55 CONSTANT, // Cell has been assigned only once. enumerator
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 1167 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 1505 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) macro
|