Searched refs:tmp_map (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/cctest/ |
D | test-unboxed-doubles.cc | 969 Handle<Map> tmp_map = map; in TEST() local 971 tmp_map = Map::CopyWithField(tmp_map, MakeName("dbl", i), any_type, NONE, in TEST() 974 CHECK(tmp_map->layout_descriptor()->IsConsistentWithMap(*tmp_map, true)); in TEST() 977 CHECK(tmp_map->owns_descriptors()); in TEST() 978 CHECK_EQ(map->instance_descriptors(), tmp_map->instance_descriptors()); in TEST() 979 CHECK_EQ(map->layout_descriptor(), tmp_map->layout_descriptor()); in TEST() 1008 Handle<Map> tmp_map = map; in TEST() local 1010 tmp_map = Map::CopyWithField(tmp_map, MakeName("tagged", i), any_type, in TEST() 1013 CHECK(tmp_map->layout_descriptor()->IsConsistentWithMap(*tmp_map, true)); in TEST() 1015 tmp_map = Map::CopyWithField(tmp_map, MakeString("dbl"), any_type, NONE, in TEST() [all …]
|
D | test-field-type-tracking.cc | 1695 Handle<Map> tmp_map; in TestGeneralizeRepresentationWithSpecialTransition() local 1696 if (Map::TryUpdate(map2).ToHandle(&tmp_map)) { in TestGeneralizeRepresentationWithSpecialTransition() 1699 CHECK_EQ(*new_map2, *tmp_map); in TestGeneralizeRepresentationWithSpecialTransition()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 132 CvMat* tmp_map = 0; in CV_IMPLEMENT_QSORT_EX() local 395 tmp_map = cat_map; in CV_IMPLEMENT_QSORT_EX() 399 cat_map->data.i[i] = tmp_map->data.i[i]; in CV_IMPLEMENT_QSORT_EX() 400 cvReleaseMat( &tmp_map ); in CV_IMPLEMENT_QSORT_EX() 542 cvReleaseMat( &tmp_map ); in CV_IMPLEMENT_QSORT_EX()
|
/external/opencv3/apps/traincascade/ |
D | old_ml_tree.cpp | 152 CvMat* tmp_map = 0; in set_data() local 497 tmp_map = cat_map; in set_data() 501 cat_map->data.i[i] = tmp_map->data.i[i]; in set_data() 502 cvReleaseMat( &tmp_map ); in set_data() 685 cvReleaseMat( &tmp_map ); in set_data()
|
/external/v8/src/ |
D | objects.cc | 3502 Handle<Map> tmp_map(transition, isolate); in ReconfigureProperty() local 3505 tmp_map->instance_descriptors(), isolate); in ReconfigureProperty() 3545 GeneralizeFieldType(tmp_map, i, tmp_representation, next_field_type); in ReconfigureProperty() 3552 DCHECK(!tmp_map->is_deprecated()); in ReconfigureProperty() 3553 target_map = tmp_map; in ReconfigureProperty() 3596 Handle<Map> tmp_map(transition, isolate); in ReconfigureProperty() local 3598 tmp_map->instance_descriptors(), isolate); in ReconfigureProperty() 3613 DCHECK(!tmp_map->is_deprecated()); in ReconfigureProperty() 3614 target_map = tmp_map; in ReconfigureProperty()
|