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

  /external/v8/src/
factory.cc 77 Handle<DescriptorArray> Factory::NewDescriptorArray(int number_of_descriptors) {
738 NewDescriptorArray(array->number_of_descriptors() + nof_callbacks);
778 NewDescriptorArray(number_of_descriptors);
    [all...]
factory.h 56 Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors);
bootstrapper.cc 349 factory->NewDescriptorArray(prototypeMode == DONT_ADD_PROTOTYPE ? 4 : 5);
496 factory->NewDescriptorArray(prototypeMode == DONT_ADD_PROTOTYPE ? 4 : 5);
    [all...]

Completed in 87 milliseconds