Lines Matching refs:constant_pool
3464 code->constant_pool() != empty_constant_pool_array()) { in CopyCode()
3467 allocation = CopyConstantPoolArray(code->constant_pool()); in CopyCode()
3507 code->constant_pool() != empty_constant_pool_array()) { in CopyCode()
3510 AllocationResult allocation = CopyConstantPoolArray(code->constant_pool()); in CopyCode()
4140 ConstantPoolArray* constant_pool = ConstantPoolArray::cast(object); in AllocateConstantPoolArray() local
4141 constant_pool->Init(small); in AllocateConstantPoolArray()
4142 constant_pool->ClearPtrEntries(isolate()); in AllocateConstantPoolArray()
4143 return constant_pool; in AllocateConstantPoolArray()
4166 ConstantPoolArray* constant_pool = ConstantPoolArray::cast(object); in AllocateExtendedConstantPoolArray() local
4167 constant_pool->InitExtended(small, extended); in AllocateExtendedConstantPoolArray()
4168 constant_pool->ClearPtrEntries(isolate()); in AllocateExtendedConstantPoolArray()
4169 return constant_pool; in AllocateExtendedConstantPoolArray()