Home
last modified time | relevance | path

Searched defs:oldType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp269 GateType oldType = acc_.GetGateType(propKey); in TrySetPropKeyKind() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h176 TrackType oldType = GetTrackType(); in UpdateTrackType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp243 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitIntermediateValue() local
1221 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitTypeConvert() local
Dprofiler_stub_builder.cpp133 GateRef oldType = Int32And(oldSlotValue, Int32(PGOSampleType::AnyType())); in ProfileOpType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp74 MIRType *oldType = typeTable.at(tyIdx); in SetTypeWithTyIdx() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h194 auto oldType = static_cast<uint32_t>(std::get<Type>(type_)); in CombineType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h536 MIRType *CreateType(const MIRType &oldType) in CreateType()