Lines Matching defs:cp
31 JSHandle<ConstantPool> cp = factory_->NewConstantPool(cacheSize);
34 cp->SetAotSymbolInfo(vm_->GetJSThread(), snapshotData_.GetSymbolInfo());
35 cp->SetAotHClassInfo(vm_->GetJSThread(), snapshotData_.GetHClassInfo());
36 cp->SetAotArrayInfo(vm_->GetJSThread(), snapshotData_.GetArrayInfo());
37 cp->SetConstantIndexInfo(vm_->GetJSThread(), snapshotData_.GetConstantIndexInfo());
38 cp->SetProtoTransTableInfo(vm_->GetJSThread(), snapshotData_.GetProtoTransTableInfo());
39 return cp;
49 JSMutableHandle<ConstantPool> cp(thread_, thread_->GlobalConstants()->GetUndefined());
53 cp.Update(iter.second);
55 uint32_t cacheSize = cp->GetCacheLength() - ConstantPool::EXTEND_DATA_NUM;