Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-value-factory.h96 AstRawString** next_location() { in next_location() function
164 AstConsString** next_location() { return &next_; } in next_location() function
318 strings_end_ = string->next_location(); in AddString()
323 cons_strings_end_ = string->next_location(); in AddConsString()
/external/v8/src/
Dmap-updater.cc486 PropertyLocation next_location = in BuildDescriptorArray() local
494 if (!FLAG_track_constant_fields && next_location == kField) { in BuildDescriptorArray()
499 next_location == kField); in BuildDescriptorArray()
505 if (next_location == kField) { in BuildDescriptorArray()
535 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()
560 PropertyLocation next_location = old_details.location(); in BuildDescriptorArray() local
564 if (next_location == kField) { in BuildDescriptorArray()
591 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()