Searched refs:NoCacheKey (Results 1 – 3 of 3) sorted by relevance
20 if (code->IsCodeStubOrIC()) code->set_stub_key(CodeStub::NoCacheKey()); in GetCodeWithFlags()
1923 if (stub_key == CodeStub::NoCacheKey()) { in SerializeCodeStub()
164 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); } in NoCacheKey() function