Home
last modified time | relevance | path

Searched defs:I32 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_root.h27 I32, enumerator
Dtyped_value.h72 static TypedValue I32(int32_t value) in I32() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_gate_meta_data.h34 I32, enumerator
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.h44 I32, enumerator
/arkcompiler/runtime_core/assembler/
Dannotation.h82 I32, enumerator
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h80 I32, enumerator
/arkcompiler/toolchain/tooling/base/
Dpt_types.h436 static const std::string I32; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp53 const std::string ObjectSubType::I32 = "i32"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1054 constexpr uint8_t I32 = 0x7; in EncodeGetTypeSize() local