Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp554 JSHClass* receiverType = pgoType.GetReceiverHclass(); in GetAccessorPlrInJIT() local
658 ProfileTyper receiverType = std::get<0>(types_.at(0)); in GetKeyTaggedValue() local
683 ProfileTyper receiverType = std::get<0>(parent_.types_.at(0)); in GenerateObjectAccessInfo() local
710 JSHClass *receiverType = parent_.jitTypes_[0].GetReceiverHclass(); in GenerateObjectAccessInfo() local
764 ProfileTyper receiverType = types_.at(0).first; in GetKeyTaggedValue() local
789 ProfileTyper receiverType = parent_.types_.at(0).first; in GenerateObjectAccessInfo() local
892 ProfileTyper receiverType = parent_.types_[i].first; in GenerateObjectAccessInfo() local
1037 ProfileTyper receiverType = std::get<0>(parent_.types_[i]); in GenerateObjectAccessInfo() local
1079 JSHClass* receiverType = parent_.jitTypes_[i].GetReceiverHclass(); in GenerateObjectAccessInfo() local
Dtyped_bytecode_lowering.cpp1247 ParamType receiverType = tacc.GetParamType(); in TryLowerTypedStObjByIndexForBuiltin() local
1386 ParamType receiverType = tacc.GetParamType(); in LoadTypedArrayByIndex() local
1448 ParamType receiverType = tacc.GetParamType(); in StoreTypedArrayByIndex() local
Dnumber_speculative_retype.cpp1481 GateType receiverType = acc_.GetGateType(receiver); in VisitIndexCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp306 … ProfileTyper receiverType = std::make_pair(type.GetReceiverRootType(), type.GetReceiverType()); in GetReceiverHIndexByPGOObjectInfoType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h571 …PGOObjectTemplate(PGOProfileType receiverType, JSHClass *receiver, JSHClass *hold, JSHClass *holdT… in PGOObjectTemplate()
576 PGOProfileType receiverType, PGOProfileType holdRootType, in PGOObjectTemplate()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1556 auto receiverType = GetOrInsertProfileType(receiver, receiverRootType); in AddTransitionObjectInfo() local