Home
last modified time | relevance | path

Searched refs:INTEGER (Results 1 - 25 of 52) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A DmoduleRecordEmitter.cpp24 .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 Dprofiling.h41 INTEGER = 1,
43 SPECIAL_INT = INTEGER | SPECIAL,
/arkcompiler/runtime_core/static_core/runtime/tests/arch/aarch64/
H A Dstack_walker_hook_bridge.S24 CALL_RUNTIME RUNTIME_MODE_DEFAULT, PandaRunnerHookAArch64, 0, INTEGER
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-literals.h41 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 Dliterals.h42 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 Dliteral.h36 INTEGER, member in panda::es2panda::panda::es2panda::panda::es2panda::ir::LiteralTag
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DnumberLiteral.h54 return IsInteger() ? LiteralTag::INTEGER : LiteralTag::DOUBLE;
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.cpp904 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 Dliteral_data_accessor-inl.h54 case LiteralTag::INTEGER: in EnumerateLiteralVals()
H A Dliteral_data_accessor.h37 INTEGER = 0x02, member in panda::panda_file::LiteralTag
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp850 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 Dliteral_data_accessor.h35 INTEGER = 0x02, member in ark::panda_file::LiteralTag
H A Dliteral_data_accessor-inl.h54 case LiteralTag::INTEGER: { in EnumerateLiteralVals()
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp671 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 Dabc_module_array_processor.cpp77 .tag_ = panda::panda_file::LiteralTag::INTEGER, in FillModuleRequests()
181 .tag_ = panda::panda_file::LiteralTag::INTEGER, in FillEntrySize()
H A Dabc_literal_array_processor.cpp79 case panda_file::LiteralTag::INTEGER: in FillLiteralData()
H A Ddump_utils.cpp29 {panda_file::LiteralTag::INTEGER, "i32"},
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc_clusters.h175 case PandArgType::INTEGER: in ParseOptionValue()
223 case PandArgType::INTEGER: in SwapValue()
/arkcompiler/runtime_core/assembler/
H A Dassembly-literals.h75 case panda_file::LiteralTag::INTEGER: in IsIntegerValue()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dpandargs.h42 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 Dpandargs.h44 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 Dliteral_data_extractor.cpp51 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 Dcompiled_code_to_runtime_bridge_amd64.S70 .ifnc \ret_type,INTEGER
233 .ifc \ret_type,INTEGER
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
H A Dcompiled_code_to_runtime_bridge_arm.S87 .ifnc \ret_type,INTEGER
124 .ifc \ret_type,INTEGER
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb37 INTEGER = 'int'

Completed in 17 milliseconds

123