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

  /external/chromium_org/v8/src/
objects-debug.cc 1024 info->number_of_objects_with_fast_properties_++;
1082 number_of_objects_with_fast_properties_ = 0;
1099 number_of_objects_with_fast_properties_,
1103 number_of_objects_ - number_of_objects_with_fast_properties_,
    [all...]
objects.h 2682 int number_of_objects_with_fast_properties_; member in class:v8::internal::JSObject::SpillInformation
    [all...]
  /external/v8/src/
objects-debug.cc 783 info->number_of_objects_with_fast_properties_++;
829 number_of_objects_with_fast_properties_ = 0;
845 number_of_objects_with_fast_properties_,
849 number_of_objects_ - number_of_objects_with_fast_properties_,
objects.h 2055 int number_of_objects_with_fast_properties_; member in class:v8::internal::JSObject::SpillInformation
    [all...]

Completed in 70 milliseconds