Home
last modified time | relevance | path

Searched defs:INT32 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_dataview.h27 …BIGINT64 = 0, BIGUINT64, FLOAT32, FLOAT64, INT8, INT16, INT32, UINT8, UINT16, UINT32, UINT8_CLAMPED enumerator
Djs_serializer.h49 INT32, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvariable_type.h64 static VariableType INT32() in INT32() function
Dnumber_gate_info.h27 INT32, enumerator
38 static constexpr uint8_t INT32 = 1 << 1; variable
Dtype.h279 INT32, enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.h42 …UINT16 = 2, INT16 = 2, UINT32 = 4, INT32 = 4, FLOAT32 = 4, FLOAT64 = 8, BIGINT64 = 8, BIGUINT64 = 8 enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h38 INT32, enumerator
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb24 INT32 = 'i32' constant