Searched defs:CONSTANT (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/code_info/ | ||
| H A D | vreg_info.h | 25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; member in ark::compiler::final::Location |
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ | ||
| H A D | llvm_stackmap_type.h | 40 CONSTANT = 4, member in panda::ecmascript::kungfu::LocationTy::Kind |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | property_attributes.h | 55 CONSTANT, // Cell has been assigned only once. member in panda::ecmascript::TrackType::PropertyBoxType |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ | ||
| H A D | typeFlag.h | 59 CONSTANT = 1ULL << 30ULL, // type for constant expressions containing the associated constant value member in ark::es2panda::checker::TypeFlag |
Completed in 4 milliseconds