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

  /external/v8/src/
handles.h 325 void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
handles.cc 157 void SetExpectedNofProperties(Handle<JSFunction> func, int nof) {
165 func->shared()->set_expected_nof_properties(nof);
170 new_initial_map->set_unused_property_fields(nof);
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc 8830 int nof = NumberOfElements() + n; local
    [all...]
runtime.cc 129 int nof = copy->map()->inobject_properties(); local
130 for (int i = 0; i < nof; i++) {
    [all...]
  /external/v8/test/cctest/
test-api.cc 9303 const int nof = 2; local
    [all...]

Completed in 503 milliseconds