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

  /external/v8/src/
map-updater.cc 423 PropertyDetails target_details = target_descriptors->GetDetails(i); local
427 DCHECK_EQ(next_kind, target_details.kind());
428 DCHECK_EQ(next_attributes, target_details.attributes());
431 old_details.constness(), target_details.constness());
437 target_details.location() == kField ||
451 target_details.representation());
459 target_details.location(), next_representation);
transitions.cc 532 PropertyDetails target_details = GetTargetDetails(key, target);
534 int cmp = CompareDetails(kind, attributes, target_details.kind(),
535 target_details.attributes());

Completed in 186 milliseconds