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.cpp100 auto protoChain = PGOProtoChain::ConvertFrom(context, protoChainRef); in ParseProtoChainsFromBinary() local
126 auto protoChain = typeInfo.GetTypeRef().GetObjectInfo(i).GetProtoChain(); in ProcessToBinary() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h480 …oChainTemplate *CreateProtoChain(std::vector<std::pair<PGOProfileType, PGOProfileType>> protoChain) in CreateProtoChain() argument
503 static void DeleteProtoChain(PGOProtoChainTemplate *protoChain) in DeleteProtoChain()
588 void AddPrototypePt(std::vector<std::pair<PGOProfileType, PGOProfileType>> protoChain) in AddPrototypePt() argument
696 void SetProtoChain(PGOProtoChainTemplate<PGOProfileType> *protoChain) in SetProtoChain()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1635 std::vector<std::pair<ProfileType, ProfileType>> protoChain; in UpdatePrototypeChainInfo() local