Lines Matching refs:dict
56 JSMutableHandle<TransitionsDictionary> dict(thread, JSTaggedValue::Undefined());
66 dict.Update(TransitionsDictionary::Create(thread));
67 transitions = TransitionsDictionary::PutIfAbsent(thread, dict, lastKey, lastHClass,
72 dict.Update(transitions);
73 transitions = TransitionsDictionary::PutIfAbsent(thread, dict, key, JSHandle<JSTaggedValue>(child),
92 JSMutableHandle<TransitionsDictionary> dict(thread, JSTaggedValue::Undefined());
104 dict.Update(TransitionsDictionary::Create(thread));
105 transitions = TransitionsDictionary::PutIfAbsent(thread, dict, lastKey, lastHClass,
109 dict.Update(transitions);
111 TransitionsDictionary::PutIfAbsent(thread, dict, key, JSHandle<JSTaggedValue>(child), proto).GetTaggedValue();
139 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject());
140 auto entry = dict->FindEntry(key, metaData);
145 JSTaggedValue ret = dict->GetValue(entry);
162 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject());
163 auto entry = dict->FindEntry(key, proto);
168 JSTaggedValue ret = dict->GetValue(entry);