Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.h27 INT = 0x1UL << 1, // 2 enumerator
29 NUMBER = INT | DOUBLE, // 6
33 HOLE_INT = HOLE | INT,
Delements.cpp25 result.emplace(ElementsKind::INT, ConstantIndex::ELEMENT_INT_HCLASS_INDEX); in InitializeHClassMap()
47 return kind == ElementsKind::INT; in IsInt()
79 case ElementsKind::INT: in FixElementsKind()
105 valueKind = ElementsKind::INT; in ToElementsKind()
Dproperty_attributes.h28 INT, enumerator
35 INT = 0x1ULL, enumerator
37 NUMBER = INT | DOUBLE,
141 …newType = static_cast<TrackType>(static_cast<uint8_t>(TrackType::INT) | static_cast<uint8_t>(oldTy… in UpdateTrackType()
247 return rep == Representation::INT; in IsIntRep()
Dobject_operator.cpp463 } else if (oldRep == Representation::INT) { in ConvertOrTransitionWithRep()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h97 INT = 0x1ULL, // 00000001 enumerator
98 INT_OVERFLOW = (0x1ULL << 1) | INT, // 00000011
100 NUMBER = INT | DOUBLE, // 00000101
141 return static_cast<int32_t>(Type::INT); in IntType()
259 return type_.index() == 0 && std::get<Type>(type_) == Type::INT; in IsInt()
278 case Type::INT: in IsNumber()
Dpgo_profiler_layout.h59 case TrackType::INT: in SetAttribute()
60 attr.SetRepresentation(Representation::INT); in SetAttribute()
Dpgo_profiler_layout.cpp86 case TrackType::INT: in UpdateKeyAndDesc()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h121 GlobalTSTypeRef r(0, static_cast<int>(TSPrimitiveType::INT)); in IntType()
145 (l == static_cast<uint32_t>(TSPrimitiveType::INT)) || in IsNumberType()
154 return (m == 0) && (l == static_cast<uint32_t>(TSPrimitiveType::INT)); in IsIntType()
Dprofiler_stub_builder.cpp310 newTrackType = Int32(static_cast<int32_t>(TrackType::INT)); in TaggedToTrackType()
Dnumber_speculative_retype.cpp58 if (rep == Representation::INT) { in SetOutputType()
1010 } else if (plr.GetRepresentation() == Representation::INT) { in VisitStoreProperty()
Dtype_mcr_lowering.cpp1217 } else if (plr.GetRepresentation() == Representation::INT) { in GetVarType()
Dstub_builder-inl.h2063 return Int32Equal(rep, Int32(static_cast<int32_t>(Representation::INT))); in IsIntRepInPropAttr()
Dstub_builder.cpp918 resultRep = Int64(static_cast<int32_t>(Representation::INT)); in TaggedToRepresentation()
956 result = Int32(static_cast<int32_t>(ElementsKind::INT)); in TaggedToElementKind()
/arkcompiler/runtime_core/scripts/
Dtrace_enable.sh105 trap sigint_handler INT # Tracing will be interrupted on SIGINT
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h56 INT, enumerator
Dts_manager.cpp1192 case TSPrimitiveType::INT: in GetPrimitiveStr()
/arkcompiler/runtime_core/tests/checked/
Dref_check_elim_test.pa40 #! CHECKER Removing RefTypeCheck for panda.Object INT mode
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts41 INT, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h66 INT, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1159 case static_cast<uint32_t>(TSPrimitiveType::INT): in ConvertPrimitiveToBuiltin()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1493 } else if (attr.GetRepresentation() == Representation::INT) { in VisitObjectBodyWithRep()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js16757 t[t.INT = 4] = "INT";
16768 t[t.INT = 5] = "INT";
18142INT, !1, !1, !1, !1), new rr("R16F", 2, 1, Ss.FLOAT, !1, !1, !1, !1), new rr("R16UI", 2, 1, Ss.UIN…
18291 case Ss.INT:
41182 [Ss.INT]: "Int",
45374 [As.INT]: (t, e, i = 0) => t[i],
45387 [As.INT]: (t, e, i = 0) => t[i] = e,
45402 case As.INT:
74881 return e.INT;
74911 return e.INT;
[all …]