Home
last modified time | relevance | path

Searched refs:new_descriptors (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ts/src/
Dcuda_perf.cpp298 cv::Mat new_descriptors; in sortKeyPoints() local
306 new_descriptors.create(descriptors.size(), descriptors.type()); in sortKeyPoints()
313 if (!new_descriptors.empty()) in sortKeyPoints()
314 descriptors.row((int) new_idx).copyTo(new_descriptors.row((int) i)); in sortKeyPoints()
319 new_descriptors.copyTo(_descriptors); in sortKeyPoints()
/external/v8/src/
Dobjects.cc2927 Handle<DescriptorArray> new_descriptors(new_map->instance_descriptors()); in MigrateFastToFast() local
2936 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast()
2975 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast()
2981 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast()
2989 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast()
3135 void Map::ReplaceDescriptors(DescriptorArray* new_descriptors, in ReplaceDescriptors() argument
3149 current->UpdateDescriptors(new_descriptors, new_layout_descriptor); in ReplaceDescriptors()
3624 Handle<DescriptorArray> new_descriptors = DescriptorArray::Allocate( in ReconfigureProperty() local
3626 DCHECK(new_descriptors->length() > target_descriptors->length() || in ReconfigureProperty()
3627 new_descriptors->NumberOfSlackDescriptors() > 0 || in ReconfigureProperty()
[all …]
Dobjects.h6114 void ReplaceDescriptors(DescriptorArray* new_descriptors,