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

  /external/v8/src/
property-details.h 410 inline bool IsGeneralizableTo(PropertyLocation a, PropertyLocation b) {
416 inline bool IsGeneralizableTo(PropertyConstness a, PropertyConstness b) {
map-updater.cc 300 DCHECK(IsGeneralizableTo(old_details.constness(), new_constness_));
341 !IsGeneralizableTo(old_details.constness(), tmp_constness)) {
344 if (!IsGeneralizableTo(old_details.location(), tmp_details.location())) {
380 DCHECK(IsGeneralizableTo(new_constness_, details.constness()));
objects.cc     [all...]

Completed in 59 milliseconds