Home | History | Annotate | Download | only in src

Lines Matching defs:root_index

1395   int root_index;
1396 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1397 PutRoot(root_index, heap_object, how_to_code, where_to_point, skip);
1439 void Serializer::PutRoot(int root_index,
1446 root_index < kRootArrayNumberOfConstantEncodings &&
1449 sink_->Put(kRootArrayConstants + kNoSkipDistance + root_index,
1452 sink_->Put(kRootArrayConstants + kHasSkipDistance + root_index,
1462 sink_->PutInt(root_index, "root_index");
1482 int root_index;
1483 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1484 PutRoot(root_index, heap_object, how_to_code, where_to_point, skip);
1574 int root_index = serializer_->RootIndex(current_contents, kPlain);
1579 root_index != kInvalidRootIndex &&
1580 root_index < kRootArrayNumberOfConstantEncodings &&