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.cpp74 …const std::shared_ptr<CString> recordNamePtr = std::make_shared<CString>(JSPandaFile::ParseEntryPo… in ProcessClasses() local
141 const std::shared_ptr<CString> recordNamePtr = in ProcessMethod() local
162 const std::shared_ptr<CString> recordNamePtr) in CollectMethodPcsFromBC()
232 const std::shared_ptr<CString> recordNamePtr) in SetMethodPcInfoIndex()
247 …ollector::CollectMethods(const MethodLiteral *method, const std::shared_ptr<CString> recordNamePtr) in CollectMethods()
253 …ecodeInfoCollector::CollectMethods(uint32_t methodId, const std::shared_ptr<CString> recordNamePtr) in CollectMethods()
261 …ector::CollectInnerMethodsFromLiteral(uint64_t index, const std::shared_ptr<CString> recordNamePtr) in CollectInnerMethodsFromLiteral()
271const std::shared_ptr<CString> recordNamePtr) in CollectInnerMethodsFromNewLiteral()
281 … 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()