Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h38 CUnorderedSet<const EcmaVM *> vmListOfParsedConstPool; member
47 vmListOfParsedConstPool.insert(vm); in SetParsedConstpoolVM()
52 auto iter = vmListOfParsedConstPool.find(vm); in IsParsedConstpoolOfCurrentVM()
53 if (iter != vmListOfParsedConstPool.end()) { in IsParsedConstpoolOfCurrentVM()
370 recordInfo.second.vmListOfParsedConstPool.erase(vm); in DeleteParsedConstpoolVM()