Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp159 GateType oldType = acc_.GetGateType(propKey); in TrySetPropKeyKind() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DboxingForLocals.cpp124 auto *oldType = oldVar->TsType(); in HandleFunctionParam() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h190 TrackType oldType = GetTrackType(); in UpdateTrackType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp451 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitIntermediateValue() local
1639 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitTypeConvert() local
1647 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitTypeConvert() local
Dprofiler_stub_builder.cpp115 GateRef oldType = Int32And(oldSlotValue, Int32(PGOSampleType::AnyType())); in ProfileOpType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp75 MIRType *oldType = typeTable.at(tyIdx); in SetTypeWithTyIdx() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h536 MIRType *CreateType(const MIRType &oldType) in CreateType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h212 auto oldType = static_cast<uint32_t>(std::get<Type>(type_)); in CombineType() local