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

  /external/v8/src/
handles.h 299 void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
handles.cc 145 void SetExpectedNofProperties(Handle<JSFunction> func, int nof) {
146 func->shared()->set_expected_nof_properties(nof);
150 new_initial_map->set_unused_property_fields(nof);
objects-inl.h     [all...]
objects.h     [all...]
objects.cc 6877 int nof = NumberOfElements() + n; local
    [all...]
runtime.cc 119 int nof = copy->map()->inobject_properties(); local
120 for (int i = 0; i < nof; i++) {
    [all...]
  /external/v8/test/cctest/
test-api.cc 7338 const int nof = 2; local
    [all...]

Completed in 53 milliseconds