Home | History | Annotate | Download | only in src

Lines Matching full:root_index

1314   int root_index;
1315 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1316 PutRoot(root_index, heap_object, how_to_code, where_to_point);
1344 sink_->PutInt(Heap::kUndefinedValueRootIndex, "root_index");
1350 void Serializer::PutRoot(int root_index,
1356 root_index < kRootArrayNumberOfConstantEncodings &&
1358 if (root_index < kRootArrayNumberOfLowConstantEncodings) {
1359 sink_->Put(kRootArrayLowConstants + root_index, "RootLoConstant");
1361 sink_->Put(kRootArrayHighConstants + root_index -
1367 sink_->PutInt(root_index, "root_index");
1386 int root_index;
1387 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1388 PutRoot(root_index, heap_object, how_to_code, where_to_point);
1467 int root_index = serializer_->RootIndex(current_contents, kPlain);
1472 root_index != kInvalidRootIndex &&
1473 root_index < kRootArrayNumberOfConstantEncodings &&