Home
last modified time | relevance | path

Searched defs:recordNamePtr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp77 …const std::shared_ptr<CString> recordNamePtr = std::make_shared<CString>(JSPandaFile::ParseEntryPo… in ProcessClasses() local
144 const std::shared_ptr<CString> recordNamePtr = in ProcessMethod() local
165 const std::shared_ptr<CString> recordNamePtr) in CollectMethodPcsFromBC()
235 const std::shared_ptr<CString> recordNamePtr) in SetMethodPcInfoIndex()
250 …ollector::CollectMethods(const MethodLiteral *method, const std::shared_ptr<CString> recordNamePtr) in CollectMethods()
256 …ecodeInfoCollector::CollectMethods(uint32_t methodId, const std::shared_ptr<CString> recordNamePtr) in CollectMethods()
264 …ector::CollectInnerMethodsFromLiteral(uint64_t index, const std::shared_ptr<CString> recordNamePtr) in CollectInnerMethodsFromLiteral()
274const std::shared_ptr<CString> recordNamePtr) in CollectInnerMethodsFromNewLiteral()
284 … int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, in CollectMethodInfoFromBC()
Dbytecode_info_collector.h40 …dInfo(uint32_t methodInfoIndex, uint32_t methodPcInfoIndex, std::shared_ptr<CString> recordNamePtr) in MethodInfo()
68 inline void SetRecordNamePtr(const std::shared_ptr<CString> recordNamePtr) in SetRecordNamePtr()