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.cpp76 …const std::shared_ptr<CString> recordNamePtr = std::make_shared<CString>(JSPandaFile::ParseEntryPo… in ProcessClasses() local
186 const std::shared_ptr<CString> recordNamePtr = in ProcessMethod() local
207 const std::shared_ptr<CString> recordNamePtr) in CollectMethodPcsFromBC()
277 const std::shared_ptr<CString> recordNamePtr) in SetMethodPcInfoIndex()
292 …ollector::CollectMethods(const MethodLiteral *method, const std::shared_ptr<CString> recordNamePtr) in CollectMethods()
298 …ecodeInfoCollector::CollectMethods(uint32_t methodId, const std::shared_ptr<CString> recordNamePtr) in CollectMethods()
306 …ector::CollectInnerMethodsFromLiteral(uint64_t index, const std::shared_ptr<CString> recordNamePtr) in CollectInnerMethodsFromLiteral()
316const std::shared_ptr<CString> recordNamePtr) in CollectInnerMethodsFromNewLiteral()
362 … 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()