/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
H A D | moduleRecordEmitter.cpp | 24 .tag_ = panda::panda_file::LiteralTag::INTEGER, .value_ = static_cast<uint32_t>(moduleRequests.size())}; in GenModuleRequests() 45 .tag_ = panda::panda_file::LiteralTag::INTEGER, in GenRegularImportEntries() 68 .tag_ = panda::panda_file::LiteralTag::INTEGER, in GenNamespaceImportEntries() 87 .tag_ = panda::panda_file::LiteralTag::INTEGER, .value_ = static_cast<uint32_t>(localExportEntries.size())}; in GenLocalExportEntries() 115 .tag_ = panda::panda_file::LiteralTag::INTEGER, .value_ = static_cast<uint32_t>(indirectExportEntries.size())}; in GenIndirectExportEntries() 136 .tag_ = panda::panda_file::LiteralTag::INTEGER, .value_ = static_cast<uint32_t>(starExportEntries.size())}; in GenStarExportEntries()
|
/arkcompiler/runtime_core/static_core/runtime/profiling/ |
H A D | profiling.h | 41 INTEGER = 1, 43 SPECIAL_INT = INTEGER | SPECIAL,
|
/arkcompiler/runtime_core/static_core/runtime/tests/arch/aarch64/ |
H A D | stack_walker_hook_bridge.S | 24 CALL_RUNTIME RUNTIME_MODE_DEFAULT, PandaRunnerHookAArch64, 0, INTEGER
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-literals.h | 41 case panda_file::LiteralTag::INTEGER: in IsSigned() 111 case panda_file::LiteralTag::INTEGER: in IsIntegerValue() 227 return panda_file::LiteralTag::INTEGER; in GetLiteralTagFromComponentType()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | literals.h | 42 INTEGER, member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::LiteralTag 61 explicit Literal(uint32_t number) : tag_(LiteralTag::INTEGER), value_(number) {} in Literal()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | literal.h | 36 INTEGER, member in panda::es2panda::panda::es2panda::panda::es2panda::ir::LiteralTag
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
H A D | numberLiteral.h | 54 return IsInteger() ? LiteralTag::INTEGER : LiteralTag::DOUBLE;
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_items.cpp | 904 case Type::INTEGER: in GetULeb128EncodedSize() 921 case Type::INTEGER: in GetSLeb128EncodedSize() 936 case Type::INTEGER: { in CalculateSize() 979 case Type::INTEGER: in Write() 1009 case Type::INTEGER: in WriteAsUleb128() 1297 if (value_->GetType() == ValueItem::Type::INTEGER) { in CalculateSize() 1320 if (value_->GetType() == ValueItem::Type::INTEGER) { in WriteValue() 1431 case ValueItem::Type::INTEGER: { in Write()
|
H A D | literal_data_accessor-inl.h | 54 case LiteralTag::INTEGER: in EnumerateLiteralVals()
|
H A D | literal_data_accessor.h | 37 INTEGER = 0x02, member in panda::panda_file::LiteralTag
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_items.cpp | 850 case Type::INTEGER: in GetULeb128EncodedSize() 867 case Type::INTEGER: in GetSLeb128EncodedSize() 882 case Type::INTEGER: { in CalculateSize() 925 case Type::INTEGER: in Write() 955 case Type::INTEGER: in WriteAsUleb128() 1233 if (value_->GetType() == ValueItem::Type::INTEGER) { in CalculateSize() 1256 if (value_->GetType() == ValueItem::Type::INTEGER) { in WriteValue() 1367 case ValueItem::Type::INTEGER: { in Write()
|
H A D | literal_data_accessor.h | 35 INTEGER = 0x02, member in ark::panda_file::LiteralTag
|
H A D | literal_data_accessor-inl.h | 54 case LiteralTag::INTEGER: { in EnumerateLiteralVals()
|
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
H A D | hello_world_test.cpp | 671 check_entry(idx, panda::panda_file::LiteralTag::INTEGER, NUM_OF_MODULE_REQUESTS); in HWTEST_F() 676 check_entry(idx, panda::panda_file::LiteralTag::INTEGER, NUM_OF_REGULAR_IMPORTS); in HWTEST_F() 679 check_entry(idx, panda::panda_file::LiteralTag::INTEGER, NUM_OF_NAMESPACE_IMPORTS); in HWTEST_F() 682 check_entry(idx, panda::panda_file::LiteralTag::INTEGER, NUM_OF_LOCAL_EXPORTS); in HWTEST_F() 685 check_entry(idx, panda::panda_file::LiteralTag::INTEGER, NUM_OF_INDIRECT_EXPORTS); in HWTEST_F() 688 check_entry(idx, panda::panda_file::LiteralTag::INTEGER, NUM_OF_STAR_EXPORTS); in HWTEST_F() 740 EXPECT_EQ(it->tag_, panda_file::LiteralTag::INTEGER); in HWTEST_F()
|
/arkcompiler/runtime_core/abc2program/ |
H A D | abc_module_array_processor.cpp | 77 .tag_ = panda::panda_file::LiteralTag::INTEGER, in FillModuleRequests() 181 .tag_ = panda::panda_file::LiteralTag::INTEGER, in FillEntrySize()
|
H A D | abc_literal_array_processor.cpp | 79 case panda_file::LiteralTag::INTEGER: in FillLiteralData()
|
H A D | dump_utils.cpp | 29 {panda_file::LiteralTag::INTEGER, "i32"},
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
H A D | paoc_clusters.h | 175 case PandArgType::INTEGER: in ParseOptionValue() 223 case PandArgType::INTEGER: in SwapValue()
|
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-literals.h | 75 case panda_file::LiteralTag::INTEGER: in IsIntegerValue()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | pandargs.h | 42 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, NOTYPE }; member in panda::PandArgType 166 return PandArgType::INTEGER; in EvalType() 388 case PandArgType::INTEGER: in GetRegularArgs() 468 case PandArgType::INTEGER: in InitDefault() 674 case PandArgType::INTEGER: in ParseTail() 725 case PandArgType::INTEGER: in ParseNextParam()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | pandargs.h | 44 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, NOTYPE }; member in ark::PandArgType 168 return PandArgType::INTEGER; in EvalType() 386 case PandArgType::INTEGER: in GetRegularArgs() 467 case PandArgType::INTEGER: in InitDefault() 679 case PandArgType::INTEGER: in ParseTail() 726 case PandArgType::INTEGER: in ParseNextParam()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | literal_data_extractor.cpp | 51 case LiteralTag::INTEGER: { in ExtractObjectDatas() 165 case LiteralTag::INTEGER: { in EnumerateLiteralVals() 425 case LiteralTag::INTEGER: { in ExtractObjectDatas() 564 case LiteralTag::INTEGER: { in GetDatasIgnoreType()
|
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
H A D | compiled_code_to_runtime_bridge_amd64.S | 70 .ifnc \ret_type,INTEGER 233 .ifc \ret_type,INTEGER
|
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
H A D | compiled_code_to_runtime_bridge_arm.S | 87 .ifnc \ret_type,INTEGER 124 .ifc \ret_type,INTEGER
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 37 INTEGER = 'int'
|