Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_root.h29 I64, enumerator
Dtyped_value.h92 static TypedValue I64(int64_t value) in I64() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_gate_meta_data.h35 I64, enumerator
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.h48 I64, enumerator
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h82 I64, enumerator
/arkcompiler/runtime_core/assembler/
Dannotation.h84 I64, enumerator
/arkcompiler/toolchain/tooling/base/
Dpt_types.h448 static const std::string I64; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp54 const std::string ObjectSubType::I64 = "i64"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2559 static constexpr auto I64 = static_cast<uint8_t>(panda_file::Type::TypeId::I64); in MakeShorty() local