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

/external/chromium_org/v8/src/
H A Dobjects.cc2658 Representation updated_representation = local
2660 if (new_representation.fits_into(updated_representation)) {
2668 updated_representation.Mnemonic());
2681 Representation updated_representation = local
2683 if (!updated_representation.Equals(old_representation)) {
2684 new_descriptors->SetRepresentation(modify_index, updated_representation);
2706 updated_representation.Mnemonic(),

Completed in 72 milliseconds