Home
last modified time | relevance | path

Searched defs:protoChain (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp79 auto protoChain = PGOProtoChain::ConvertFrom(context, protoChainRef); in ParseFromBinary() local
108 auto protoChain = typeInfo.GetTypeRef().GetObjectInfo(i).GetProtoChain(); in ProcessToBinary() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h462 …oChainTemplate *CreateProtoChain(std::vector<std::pair<PGOProfileType, PGOProfileType>> protoChain) in CreateProtoChain() argument
485 static void DeleteProtoChain(PGOProtoChainTemplate *protoChain) in DeleteProtoChain()
568 void AddPrototypePt(std::vector<std::pair<PGOProfileType, PGOProfileType>> protoChain) in AddPrototypePt() argument
682 void SetProtoChain(PGOProtoChainTemplate<PGOProfileType> *protoChain) in SetProtoChain()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1652 std::vector<std::pair<ProfileType, ProfileType>> protoChain; in UpdatePrototypeChainInfo() local