Home
last modified time | relevance | path

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

/external/v8/src/
Dmap-updater.cc48 return PropertyDetails(new_kind_, new_attributes_, new_location_, in GetDetails()
57 DCHECK_EQ(kDescriptor, new_location_); in GetValue()
67 DCHECK_EQ(kField, new_location_); in GetFieldType()
111 new_location_ = kField; in ReconfigureToDataField()
286 DCHECK_EQ(kField, new_location_); in FindRootMap()
381 DCHECK_EQ(new_location_, details.location()); in FindTargetMap()
383 if (new_location_ == kField) { in FindTargetMap()
698 old_details.location() == kDescriptor && new_location_ == kField, in ConstructNewMap()
Dmap-updater.h164 PropertyLocation new_location_ = kField; variable