Searched defs:unused_property_fields (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h2808 int Map::unused_property_fields() { function in class:Map
H A Dobjects.cc1485 if (map()->unused_property_fields() == 0) {
1486 ASSERT(map()->unused_property_fields() == 0);
1487 int new_unused = new_map->unused_property_fields();
1566 map()->unused_property_fields() == 0);
1583 if (map()->unused_property_fields() == 0) {
1601 new_map->set_unused_property_fields(map()->unused_property_fields() - 1);
1833 if (map()->unused_property_fields() == 0 &&
1868 int new_unused_property_fields = map()->unused_property_fields() - 1;
1869 if (map()->unused_property_fields() == 0) {
3440 int unused_property_fields) {
3439 TransformToFastProperties(Handle<JSObject> object, int unused_property_fields) argument
3447 TransformToFastProperties(int unused_property_fields) argument
12340 TransformPropertiesToFastFor( JSObject* obj, int unused_property_fields) argument
[all...]

Completed in 64 milliseconds