Home
last modified time | relevance | path

Searched refs:methodLiteralMap_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h113 methodLiteralMap_.emplace(methodLiteral->GetMethodId().GetOffset(), methodLiteral); in SetMethodLiteralToMap()
118 return methodLiteralMap_; in GetMethodLiteralMap()
123 auto info = methodLiteralMap_.find(index); in GetMethodLiteralByIndex()
124 if (info != methodLiteralMap_.end()) { in GetMethodLiteralByIndex()
392 CUnorderedMap<uint32_t, MethodLiteral *> methodLiteralMap_; variable
Djs_pandafile.cpp99 methodLiteralMap_.clear(); in ~JSPandaFile()
207 auto iter = methodLiteralMap_.find(offset); in FindMethodLiteral()
208 if (iter == methodLiteralMap_.end()) { in FindMethodLiteral()