Searched refs:new_field_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.cc1312 HeapType* new_field_type) {
1332 new_field_type->PrintTo(os, HeapType::SEMANTIC_DIM);
2087 Handle<HeapType> new_field_type) {
2089 handle(object->map()), modify_index, new_representation, new_field_type,
2319 Handle<HeapType> new_field_type) {
2325 if (new_field_type->NowIs(old_field_type)) {
2327 new_field_type,
2339 new_field_type = Map::GeneralizeFieldType(
2340 old_field_type, new_field_type, isolate);
2344 field_owner->UpdateFieldType(modify_index, name, new_field_type);
1303 PrintGeneralization(FILE* file, const char* reason, int modify_index, int split, int descriptors, bool constant_to_field, Representation old_representation, Representation new_representation, HeapType* old_field_type, HeapType* new_field_type) argument
2084 GeneralizeFieldRepresentation(Handle<JSObject> object, int modify_index, Representation new_representation, Handle<HeapType> new_field_type) argument
2317 GeneralizeFieldType(Handle<Map> map, int modify_index, Handle<HeapType> new_field_type) argument
2378 GeneralizeRepresentation(Handle<Map> old_map, int modify_index, Representation new_representation, Handle<HeapType> new_field_type, StoreMode store_mode) argument
2654 Handle<HeapType> new_field_type = (new_details.type() == FIELD) local
[all...]
H A Dobjects.h2226 Handle<HeapType> new_field_type);
5818 Handle<HeapType> new_field_type);
5823 Handle<HeapType> new_field_type,
6341 HeapType* new_field_type);

Completed in 223 milliseconds