Searched defs:INT64 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | constantExpressionLowering.h | 27 INT64, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | variable_type.h | 69 static VariableType INT64() in INT64() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | datatype.h | 40 INT64, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | datatype.h | 41 INT64, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | type_info.h | 93 …enum TypeId : uint8_t { INT8 = 0, INT16 = 1, INT32 = 2, INT64 = 3, FLOAT32 = 4, FLOAT64 = 5, INVAL… enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | instructions.rb | 25 INT64 = 'i64' constant
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 25 INT64 = 'i64' constant
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | vreg_info.h | 29 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = … enumerator
|