Home
last modified time | relevance | path

Searched refs:LAST (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.h36 enum class WhitelistKind : uint8_t { METHOD, METHOD_CALL, CLASS, LAST }; enumerator
52 std::array<PandaVector<PandaString>, static_cast<size_t>(WhitelistKind::LAST)> whitelistNames;
69 std::array<PandaVector<PandaString>, static_cast<size_t>(WhitelistKind::LAST)> names;
70 …rray<Synchronized<PandaUnorderedSet<Method::UniqId>>, static_cast<size_t>(WhitelistKind::LAST)> id;
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp44 Level level = Level::LAST; in Initialize()
47 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
51 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
55 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
59 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
63 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
67 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
Dlogger.h54 using ComponentMask = std::bitset<Component::LAST>;
290 nestedAllowedLevel_(Level::LAST) in Logger()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp44 Level level = Level::LAST; in Initialize()
47 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
51 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
55 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
59 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
63 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
67 ASSERT_PRINT(level == Level::LAST, "There are conflicting logger options"); in Initialize()
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
93 …using FrameKindField = HasFloatRegsFlag::NextField<FrameKind, MinimumBitsToStore(FrameKind::LAST)>;
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp27 std::array<std::string, Builtin::LAST> builtin_names = {
70 std::array<uint32_t, Builtin::LAST> builtin_supertypes_nontrans = {
102 std::array<uint32_t, Builtin::LAST> builtin_supertypes = TransitiveClosure(&builtin_supertypes_nont…
104 std::array<std::array<Builtin, Builtin::LAST>, Builtin::LAST> BuildBuiltinLeastUpperBounds( in BuildBuiltinLeastUpperBounds()
105 std::array<uint32_t, Builtin::LAST> const &supertypes) in BuildBuiltinLeastUpperBounds()
107 std::array<std::array<Builtin, Builtin::LAST>, Builtin::LAST> result {}; in BuildBuiltinLeastUpperBounds()
109 for (size_t lhs = 1; lhs < Builtin::LAST; lhs++) { in BuildBuiltinLeastUpperBounds()
113 for (size_t cc = 1; cc < Builtin::LAST; cc++) { in BuildBuiltinLeastUpperBounds()
126 std::array<std::array<Builtin, Builtin::LAST>, Builtin::LAST> builtin_lub =
156 std::array<ClassSubtypingFuns, Builtin::LAST> class_subtyping_funs {
Dtype_type.h66 LAST enumerator
139 return IsValid() && content_ < Builtin::LAST; in IsBuiltin()
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_enum_gen.h.erb22 LAST
29 LAST
/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dlogger_enum_gen.h.erb24 LAST
31 LAST
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddatatype.h47 LAST = POINTER enumerator
64 inline constexpr std::array<const char *, Type::LAST + 1> TYPE_NAMES = {
86 ASSERT(type <= Type::LAST); in ToString()
Dlocations.h49 LAST = STACK_ARGUMENT,
220 using KindField = BitField<Kind, 0, MinimumBitsToStore(Kind::LAST)>;
222 …ndField::NextField<uintptr_t, sizeof(bitFields_) * BITS_PER_BYTE - MinimumBitsToStore(Kind::LAST)>;
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h46 LAST = POINTER enumerator
63 inline constexpr std::array<const char *, Type::LAST + 1> TYPE_NAMES = {
85 ASSERT(type <= Type::LAST); in ToString()
Dlocations.h48 LAST = STACK_ARGUMENT,
223 using KindField = BitField<Kind, 0, MinimumBitsToStore(Kind::LAST)>;
225 …dField::NextField<uintptr_t, sizeof(bit_fields_) * BITS_PER_BYTE - MinimumBitsToStore(Kind::LAST)>;
/arkcompiler/runtime_core/static_core/templates/messages/
Dmessages.h.erb35 LAST = <%= msg_last %>,
76 if (str == "LAST") { return <%= Messages.enum_name %>::LAST; }
/arkcompiler/runtime_core/templates/messages/
Dmessages.h.erb33 LAST = <%= msg_last %>,
74 if (str == "LAST") { return <%= Messages.enum_name %>::LAST; }
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb196 % op = CC_INVERTER[/^.../.match(op).to_s] ? op.sub(/^.../, CC_INVERTER).prepend(pref) : "LAST"
203 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
222 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
240 … return <%= OPCODE_TYPE %>::<%= (suit_ind == 0) ? "LAST" : group[suit_ind].opcode.upcase %>;
246 … return <%= OPCODE_TYPE %>::<%= (suit_ind == 0) ? "LAST" : group[suit_ind].opcode.upcase %>;
253 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
256 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
Dbytecode_instruction_enum_gen.h.erb26 LAST = <%= Panda::instructions.last().opcode.upcase %>
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb197 % op = CC_INVERTER[/^.../.match(op).to_s] ? op.sub(/^.../, CC_INVERTER).prepend(pref) : "LAST"
204 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
223 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
241 … return <%= OPCODE_TYPE %>::<%= (suit_ind == 0) ? "LAST" : group[suit_ind].opcode.upcase %>;
247 … return <%= OPCODE_TYPE %>::<%= (suit_ind == 0) ? "LAST" : group[suit_ind].opcode.upcase %>;
254 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
257 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
Dbytecode_instruction_enum_gen.h.erb26 LAST = <%= Panda::instructions.last().opcode.upcase %>
36 LAST = <%= Quick::select[namespace].last().opcode.upcase %>
/arkcompiler/runtime_core/tests/cts-generator/
Dverifier.config19 FIRST-LAST
/arkcompiler/runtime_core/static_core/tests/cts-generator/
Dverifier.config19 FIRST-LAST
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeFacts.h49 LAST = FALSY, enumerator
50 ALL = (LAST << 1U) - 1U,
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h88 LAST = TYPE_ALIASES, enumerator
89 ALL = (LAST << 1U) - 1U,
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h44 LAST = SPECIAL_INT enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h112 auto nonConstType = DataType::LAST; in HaveCommonType()
120 if (nonConstType == DataType::LAST) { in HaveCommonType()
164 auto nonConstType = DataType::LAST; in HaveSameType()
172 if (nonConstType == DataType::LAST) { in HaveSameType()

12