Home
last modified time | relevance | path

Searched refs:constpoolObj (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h131 JSHandle<ConstantPool> constpoolObj; in CreateUnSharedConstPool() local
134 constpoolObj = factory->NewConstantPool(constpoolSize); in CreateUnSharedConstPool()
136 constpoolObj = JSHandle<ConstantPool>(constpool); in CreateUnSharedConstPool()
139 constpoolObj->SetJSPandaFile(jsPandaFile); in CreateUnSharedConstPool()
140 constpoolObj->SetIndexHeader(mainIndex); in CreateUnSharedConstPool()
142 return constpoolObj; in CreateUnSharedConstPool()
162 JSHandle<ConstantPool> constpoolObj; in CreateUnSharedConstPoolBySharedConstpool() local
165 constpoolObj = factory->NewConstantPool(constpoolSize); in CreateUnSharedConstPoolBySharedConstpool()
167 constpoolObj = JSHandle<ConstantPool>(constpool); in CreateUnSharedConstPoolBySharedConstpool()
170 constpoolObj in CreateUnSharedConstPoolBySharedConstpool()
[all...]

Completed in 3 milliseconds