Searched refs:classNameVec (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 119 std::vector<std::string> classNameVec; in ProcessClasses() local 120 CollectMethodPcsFromBC(codeSize, insns, methodLiteral, classNameVec, in ProcessClasses() 125 CollectClassLiteralInfo(methodLiteral, classNameVec); in ProcessClasses() 153 const std::vector<std::string> &classNameVec) in CollectClassLiteralInfo() argument 158 if (classOffsetVec.size() == classNameVec.size()) { in CollectClassLiteralInfo() 161 jsPandaFile_, classOffsetVec[i], classNameVec[i]); in CollectClassLiteralInfo() 234 MethodLiteral *method, std::vector<std::string> &classNameVec, const CString &recordName, in CollectMethodPcsFromBC() argument 249 …CollectMethodInfoFromBC(bcIns, method, classNameVec, bcIndex, classConstructIndexes, &fastCallFlag… in CollectMethodPcsFromBC() 391 const MethodLiteral *method, std::vector<std::string> &classNameVec, int32_t bcIndex, in CollectMethodInfoFromBC() argument 418 classNameVec.emplace_back(GetClassName(entityId)); in CollectMethodInfoFromBC() [all …]
|
D | bytecode_info_collector.h | 784 MethodLiteral *method, std::vector<std::string> &classNameVec, const CString &recordName, 794 std::vector<std::string> &classNameVec, int32_t bcIndex, 803 …CollectClassLiteralInfo(const MethodLiteral *method, const std::vector<std::string> &classNameVec);
|