Home | History | Annotate | Download | only in src

Lines Matching refs:encoding

51 // The encoding of an external reference. The type is in the high word.
1064 // There are some common offsets that have their own specialized encoding.
1230 uint32_t encoding = serializer_->EncodeExternalReference(target);
1231 CHECK(target == NULL ? encoding == 0 : encoding != 0);
1233 sink_->PutInt(encoding, "reference id");