Searched defs:CONSTANT (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | properties.ts | 22 CONSTANT, enumerator
|
/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 << 34ULL, // type for constant expressions containing the associated co… enumerator
|
/arkcompiler/ets_runtime/ecmascript/ |
D | property_attributes.h | 47 CONSTANT, // Cell has been assigned only once. enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 494 ##### CONSTANT l4subsection
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | llvm_stackmap_type.h | 40 CONSTANT = 4, 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 | 1499 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) macro
|