Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h81 auto constpoolSize = mainIndex->method_idx_size; in CreateConstPool() local
97 constpool = factory->NewConstantPool(constpoolSize); in CreateConstPool()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp416 auto constpoolSize = header.method_idx_size; in CreateAllConstpool() local
417 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool()