Searched defs:receiverType (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_manager.cpp | 281 ProfileTyper receiverType = std::make_pair(type.GetReceiverRootType(), type.GetReceiverType()); in GetReceiverHIndexByPGOObjectInfoType() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | type_info_accessors.cpp | 555 JSHClass* receiverType = pgoType.GetReceiverHclass(); in GetAccessorPlrInJIT() local 659 ProfileTyper receiverType = std::get<0>(types_.at(0)); in GetKeyTaggedValue() local 681 ProfileTyper receiverType = std::get<0>(parent_.types_.at(0)); in GenerateObjectAccessInfo() local 705 JSHClass *receiverType in GenerateObjectAccessInfo() local 759 ProfileTyper receiverType = types_.at(0).first; GetKeyTaggedValue() local 781 ProfileTyper receiverType = parent_.types_.at(0).first; GenerateObjectAccessInfo() local 878 ProfileTyper receiverType = parent_.types_[i].first; GenerateObjectAccessInfo() local 1017 ProfileTyper receiverType = std::get<0>(parent_.types_[i]); GenerateObjectAccessInfo() local 1056 JSHClass* receiverType = parent_.jitTypes_[i].GetReceiverHclass(); GenerateObjectAccessInfo() local [all...] |
H A D | number_speculative_retype.cpp | 1451 GateType receiverType = acc_.GetGateType(receiver); in VisitIndexCheck() local
|
H A D | typed_bytecode_lowering.cpp | 1213 ParamType receiverType = tacc.GetParamType(); in TryLowerTypedStObjByIndexForBuiltin() local 1321 ParamType receiverType = tacc.GetParamType(); in LoadTypedArrayByIndex() local 1382 ParamType receiverType = tacc.GetParamType(); in StoreTypedArrayByIndex() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
H A D | pgo_profiler_type.h | 555 PGOObjectTemplate(PGOProfileType receiverType, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, in PGOObjectTemplate() argument 559 PGOObjectTemplate(PGOProfileType receiverRootType, PGOProfileType receiverType, PGOProfileType holdRootType, PGOProfileType holdType, PGOProfileType holdTraRootType, PGOProfileType holdTraType, PGOSampleType accessorMethod) PGOObjectTemplate() argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 1626 auto receiverType = GetOrInsertProfileType(receiver, receiverRootType); in AddTransitionObjectInfo() local
|
Completed in 20 milliseconds