Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h117 auto constpoolSize = mainIndex->method_idx_size; in CreateUnSharedConstPool() local
134 constpoolObj = factory->NewConstantPool(constpoolSize); in CreateUnSharedConstPool()
149 auto constpoolSize = mainIndex->method_idx_size; in CreateUnSharedConstPoolBySharedConstpool() local
165 constpoolObj = factory->NewConstantPool(constpoolSize); in CreateUnSharedConstPoolBySharedConstpool()
182 auto constpoolSize = mainIndex->method_idx_size; in CreateSharedConstPool() local
187 constpool = factory->NewSConstantPool(constpoolSize); in CreateSharedConstPool()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp691 auto constpoolSize = header.method_idx_size; in CreateAllConstpool() local
692 JSHandle<ConstantPool> sconstpool = factory_->NewSConstantPool(constpoolSize); in CreateAllConstpool()
699 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool()

Completed in 7 milliseconds