Searched defs:nof_descriptors (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dlayout-descriptor.cc261 int nof_descriptors = map->NumberOfOwnDescriptors(); local
263 for (int i = 0; i < nof_descriptors; i++) {
H A Dobjects.cc9490 int nof_descriptors = descriptors->number_of_descriptors(); local
9491 DCHECK_LT(split_nof, nof_descriptors);
9509 for (int i = split_nof; i < nof_descriptors - 1; ++i) {
9515 InstallDescriptors(map, last_map, nof_descriptors - 1, descriptors,
10081 bool DescriptorArray::IsEqualUpTo(DescriptorArray* desc, int nof_descriptors) { argument
10082 for (int i = 0; i < nof_descriptors; i++) {

Completed in 143 milliseconds