Searched refs:NoCacheKey (Results 1 – 2 of 2) sorted by relevance
17 if (code->IsCodeStubOrIC()) code->set_stub_key(CodeStub::NoCacheKey()); in GetCodeWithFlags()
242 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); } in NoCacheKey() function