Searched refs:constpoolSize (Results 1 – 2 of 2) sorted by relevance
81 auto constpoolSize = mainIndex->method_idx_size; in CreateConstPool() local97 constpool = factory->NewConstantPool(constpoolSize); in CreateConstPool()
416 auto constpoolSize = header.method_idx_size; in CreateAllConstpool() local417 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool()