Home | History | Annotate | Download | only in src

Lines Matching refs:stub_key

1921   uint32_t stub_key = code->stub_key();
1923 if (stub_key == CodeStub::NoCacheKey()) {
1936 int index = AddCodeStubKey(stub_key) + kCodeStubsBaseIndex;
1940 CodeStub::MajorName(CodeStub::MajorKeyFromKey(stub_key), false),
1949 int CodeSerializer::AddCodeStubKey(uint32_t stub_key) {
1953 if (stub_keys_[index] == stub_key) return index;
1956 stub_keys_.Add(stub_key);