Searched defs:I64 (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class_root.h | 29 I64, member in ark::ClassRoot
|
| H A D | typed_value.h | 92 static TypedValue I64(int64_t value) in I64() function in ark::TypedValue
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | annotation.h | 86 I64, member in panda::pandasm::Value::Type
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | emitter_test.cpp | 546 {"f_i64", panda_file::Type::TypeId::I64, static_cast<int64_t>(4294967296)}, in TEST() member in panda::test::panda_file::Type::TypeId
|
| H A D | assembler_emitter_test.cpp | 630 {"f_u32", panda_file::Type::TypeId::U32, f_u32}, {"f_i64", panda_file::Type::TypeId::I64, f_i64}, in HWTEST_F() member in panda::pandasm::panda_file::Type::TypeId
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | annotation.h | 82 I64, member in ark::pandasm::Value::Type
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| H A D | emitter_test.cpp | 554 {"f_i64", panda_file::Type::TypeId::I64, static_cast<int64_t>(4294967296)}, in TEST() member in ark::test::panda_file::Type::TypeId
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test.cpp | 1604 panda_file::Type::TypeId::U32, panda_file::Type::TypeId::I64, panda_file::Type::TypeId::U64, in TestLoadStoreField() member in ark::interpreter::test::panda_file::Type::TypeId 2559 static constexpr auto I64 = static_cast<uint8_t>(panda_file::Type::TypeId::I64); in MakeShorty() local
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 54 const std::string ObjectSubType::I64 = "i64"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectSubType
|
| H A D | pt_types.h | 437 static const std::string I64; // NOLINT (readability-identifier-naming) member
|
Completed in 21 milliseconds