Home
last modified time | relevance | path

Searched refs:new_details (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Djsregexp.cc2974 QuickCheckDetails new_details(details->characters()); in GetQuickCheckDetails() local
2976 node->GetQuickCheckDetails(&new_details, compiler, in GetQuickCheckDetails()
2980 details->Merge(&new_details, characters_filled_in); in GetQuickCheckDetails()
Dobjects.cc2649 PropertyDetails new_details = new_descriptors->GetDetails(modify_index); in GeneralizeRepresentation() local
2654 Handle<HeapType> new_field_type = (new_details.type() == FIELD) in GeneralizeRepresentation()
2661 old_details.representation(), new_details.representation(), in GeneralizeRepresentation()
2735 PropertyDetails new_details = new_descriptors->GetDetails(i); in TryUpdateInternal() local
2737 if (old_details.attributes() != new_details.attributes() || in TryUpdateInternal()
2738 !old_details.representation().fits_into(new_details.representation())) { in TryUpdateInternal()
2741 PropertyType new_type = new_details.type(); in TryUpdateInternal()
14930 PropertyDetails new_details = PropertyDetails( in GenerateNewEnumerationIndices() local
14932 dictionary->DetailsAtPut(i, new_details); in GenerateNewEnumerationIndices()