Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/code_info/
Dvreg_info.h25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h38 CONSTANT, // Cell has been assigned only once. enumerator
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h94 CONSTANT = 4, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md507 ##### CONSTANT l4subsection
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1219 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) macro