Searched defs:cachedValue (Results 1 – 3 of 3) sorted by relevance
70 JSTaggedValue ICRuntimeStub::CheckPolyHClass(JSTaggedValue cachedValue, JSHClass* hclass) in CheckPolyHClass()
90 uintptr_t cachedValue; member
2405 GateRef StubBuilder::CheckPolyHClass(GateRef cachedValue, GateRef hclass) in CheckPolyHClass()4134 auto cachedValue = GetValueFromDictionary<TransitionsDictionary>(transition, entryA); in FindTransitions() local