Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp326 GateType receiverType = acc_.GetGateType(receiver_); in GetAccessorFuncGT() local
356 …ProfileTyper receiverType = std::make_pair(pgoType.GetReceiverRootType(), pgoType.GetReceiverType(… in GetAccessorPlr() local
454 ProfileTyper receiverType = types_[i].first; in GenerateObjectAccessInfo() local
533 ProfileTyper receiverType = std::get<0>(types_[i]); in GenerateObjectAccessInfo() local
Dtyped_bytecode_lowering.cpp947 GateType receiverType = tacc.GetReceiverGateType(); in TryLowerTypedStObjByIndexForBuiltin() local
1055 GateType receiverType = tacc.GetReceiverGateType(); in LoadTypedArrayByIndex() local
1116 GateType receiverType = tacc.GetReceiverGateType(); in StoreTypedArrayByIndex() local
Dts_inline_lowering.cpp553 …ProfileTyper receiverType = std::make_pair(pgoType.GetReceiverRootType(), pgoType.GetReceiverType(… in InlineAccessorCheck() local
Dnumber_speculative_retype.cpp1056 GateType receiverType = acc_.GetGateType(receiver); in VisitIndexCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp83 GateType receiverType = acc_.GetGateType(receiver); in CollectInitializationType() local
Dmethod_type_infer.cpp779 GateType receiverType = gateAccessor_.GetGateType(receiver); in InferStObjByName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h465 …PGOObjectTemplate(PGOProfileType receiverRootType, PGOProfileType receiverType, PGOProfileType hol… in PGOObjectTemplate()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1309 auto receiverType = GetOrInsertProfileType(receiverRootHClass, JSTaggedType(receiver)); in AddTranstionObjectInfo() local