HomeSort by relevance Sort by last modified time
    Searched refs:root_nof (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
map-updater.cc 222 int root_nof = root_map_->NumberOfOwnDescriptors(); local
238 if (modified_descriptor_ >= 0 && modified_descriptor_ < root_nof) {
277 int root_nof = root_map_->NumberOfOwnDescriptors(); local
278 for (int i = root_nof; i < old_nof_; ++i) {
401 int root_nof = root_map_->NumberOfOwnDescriptors(); local
405 // general than we requested. Take |root_nof| entries as is.
406 // 0 -> |root_nof|
408 for (int i = 0; i < root_nof; ++i) {
419 // |root_nof| -> |target_nof|
420 for (int i = root_nof; i < target_nof; ++i)
546 int root_nof = root_map_->NumberOfOwnDescriptors(); local
    [all...]
objects.cc 4139 int root_nof = NumberOfOwnDescriptors(); local
    [all...]

Completed in 83 milliseconds