Home
last modified time | relevance | path

Searched refs:sameOffsetTypeArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp216 ProfileType::MapVector sameOffsetTypeArray; in ProcessToJson() local
217 rwScalarOpTypeInfoIter.ProcessToJson(sameOffsetTypeArray); in ProcessToJson()
218 typeArray.push_back(sameOffsetTypeArray); in ProcessToJson()
221 std::vector<ProfileType::StringMap> sameOffsetTypeArray; in ProcessToJson() local
222 defTypeInfoIter.ProcessToJson(sameOffsetTypeArray); in ProcessToJson()
223 typeArray.push_back(sameOffsetTypeArray); in ProcessToJson()
Dpgo_method_type_set.h214 std::vector<ProfileType::StringMap> sameOffsetTypeArray; in ProcessToJson() local
215 … type_.GetObjectInfo(i).GetInfoJson(sameOffsetTypeArray, std::to_string(GetOffset())); in ProcessToJson()
216 typeArray.push_back(sameOffsetTypeArray); in ProcessToJson()
293 void ProcessToJson(std::vector<ProfileType::StringMap> &sameOffsetTypeArray) const in ProcessToJson() argument
295 this->GetType().GetTypeJson(sameOffsetTypeArray, std::to_string(this->GetOffset())); in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h878 std::vector<ProfileType::StringMap> &sameOffsetTypeArray) const in AddTypeJson() argument
884 sameOffsetTypeArray.push_back(typeJson); in AddTypeJson()
887 void GetTypeJson(std::vector<ProfileType::StringMap> &sameOffsetTypeArray, in GetTypeJson() argument
890 AddTypeJson("localType", type_, typeOffset, sameOffsetTypeArray); in GetTypeJson()
891 AddTypeJson("ctorType", ctorPt_, typeOffset, sameOffsetTypeArray); in GetTypeJson()
892 AddTypeJson("protoType", protoPt_, typeOffset, sameOffsetTypeArray); in GetTypeJson()