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 404 inline bool IsGeneralizableTo(PropertyLocation a, PropertyLocation b) {
410 inline bool IsGeneralizableTo(PropertyConstness a, PropertyConstness b) {
map-updater.cc 298 if (!IsGeneralizableTo(old_details.constness(), tmp_constness)) {
301 if (!IsGeneralizableTo(old_details.location(), tmp_details.location())) {
334 DCHECK(IsGeneralizableTo(new_constness_, details.constness()));
objects.cc     [all...]

Completed in 62 milliseconds