/arkcompiler/ets_runtime/ecmascript/ |
D | elements.h | 27 INT = 0x1UL << 1, // 2 enumerator 29 NUMBER = INT | DOUBLE, // 6 33 HOLE_INT = HOLE | INT,
|
D | elements.cpp | 25 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()
|
D | property_attributes.h | 28 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()
|
D | object_operator.cpp | 463 } else if (oldRep == Representation::INT) { in ConvertOrTransitionWithRep()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_type.h | 97 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()
|
D | pgo_profiler_layout.h | 59 case TrackType::INT: in SetAttribute() 60 attr.SetRepresentation(Representation::INT); in SetAttribute()
|
D | pgo_profiler_layout.cpp | 86 case TrackType::INT: in UpdateKeyAndDesc()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type.h | 121 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()
|
D | profiler_stub_builder.cpp | 310 newTrackType = Int32(static_cast<int32_t>(TrackType::INT)); in TaggedToTrackType()
|
D | number_speculative_retype.cpp | 58 if (rep == Representation::INT) { in SetOutputType() 1010 } else if (plr.GetRepresentation() == Representation::INT) { in VisitStoreProperty()
|
D | type_mcr_lowering.cpp | 1217 } else if (plr.GetRepresentation() == Representation::INT) { in GetVarType()
|
D | stub_builder-inl.h | 2063 return Int32Equal(rep, Int32(static_cast<int32_t>(Representation::INT))); in IsIntRepInPropAttr()
|
D | stub_builder.cpp | 918 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/ |
D | trace_enable.sh | 105 trap sigint_handler INT # Tracing will be interrupted on SIGINT
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | global_ts_type_ref.h | 56 INT, enumerator
|
D | ts_manager.cpp | 1192 case TSPrimitiveType::INT: in GetPrimitiveStr()
|
/arkcompiler/runtime_core/tests/checked/ |
D | ref_check_elim_test.pa | 40 #! CHECKER Removing RefTypeCheck for panda.Object INT mode
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | typeSystem.ts | 41 INT, enumerator
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeSystem.h | 66 INT, enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 1159 case static_cast<uint32_t>(TSPrimitiveType::INT): in ConvertPrimitiveToBuiltin()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1493 } else if (attr.GetRepresentation() == Representation::INT) { in VisitObjectBodyWithRep()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 16757 t[t.INT = 4] = "INT"; 16768 t[t.INT = 5] = "INT"; 18142 …INT, !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 …]
|