Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp509 JSHClass* receiverType = pgoType.GetReceiverHclass(); in GetAccessorPlrInJIT() local
617 ProfileTyper receiverType = std::get<0>(types_.at(0)); in GetKeyTaggedValue() local
642 ProfileTyper receiverType = std::get<0>(parent_.types_.at(0)); in GenerateObjectAccessInfo() local
669 JSHClass *receiverType = parent_.jitTypes_[0].GetReceiverHclass(); in GenerateObjectAccessInfo() local
723 ProfileTyper receiverType = types_.at(0).first; in GetKeyTaggedValue() local
748 ProfileTyper receiverType = parent_.types_.at(0).first; in GenerateObjectAccessInfo() local
867 ProfileTyper receiverType = parent_.types_[i].first; in GenerateObjectAccessInfo() local
1025 ProfileTyper receiverType = std::get<0>(parent_.types_[i]); in GenerateObjectAccessInfo() local
1067 JSHClass* receiverType = parent_.jitTypes_[i].GetReceiverHclass(); in GenerateObjectAccessInfo() local
Dtyped_bytecode_lowering.cpp1545 ParamType receiverType = tacc.GetParamType(); in TryLowerTypedStObjByIndexForBuiltin() local
1727 ParamType receiverType = tacc.GetParamType(); in LoadTypedArrayByIndex() local
1789 ParamType receiverType = tacc.GetParamType(); in StoreTypedArrayByIndex() local
Dnumber_speculative_retype.cpp1533 GateType receiverType = acc_.GetGateType(receiver); in VisitIndexCheck() local
Dtype_info_accessors.h1488 void SetPlrIsLoadFromIterResult(PropertyLookupResult &plr, ProfileType receiverType) in SetPlrIsLoadFromIterResult()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h572 PGOObjectTemplate(PGOProfileType receiverType) : receiverType_(receiverType) {} in PGOObjectTemplate()
573 PGOObjectTemplate(PGOProfileType receiverType, JSHClass *receiver) in PGOObjectTemplate()
575 …PGOObjectTemplate(PGOProfileType receiverType, JSHClass *receiver, JSHClass *hold, JSHClass *holdT… in PGOObjectTemplate()
580 PGOProfileType receiverType, PGOProfileType holdRootType, in PGOObjectTemplate()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp308 … ProfileTyper receiverType = std::make_pair(type.GetReceiverRootType(), type.GetReceiverType()); in GetReceiverHIndexByPGOObjectInfoType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1599 auto receiverType = GetOrInsertProfileType(receiver, receiverRootType); in AddTransitionObjectInfo() local