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

/external/v8/src/
H A Dmap-updater.cc435 PropertyLocation next_location = local
443 if (!FLAG_track_constant_fields && next_location == kField) {
447 DCHECK_IMPLIES(next_constness == kMutable, next_location == kField);
453 if (next_location == kField) {
478 DCHECK_EQ(kDescriptor, next_location);
503 PropertyLocation next_location = old_details.location(); local
507 if (next_location == kField) {
525 DCHECK_EQ(kDescriptor, next_location);
/external/v8/src/ast/
H A Dast-value-factory.h64 AstString** next_location() { return &next_; } function in class:v8::internal::AstString
472 strings_end_ = string->next_location();

Completed in 692 milliseconds