Lines Matching refs:Dictionary
111 template <typename Dictionary>
147 template <typename Dictionary>
168 Handle<Name> name = KeyToName<Dictionary>(isolate, key); in GetMethodAndSetHomeObjectAndName()
203 template <typename Dictionary>
204 Handle<Dictionary> ShallowCopyDictionaryTemplate( in ShallowCopyDictionaryTemplate()
205 Isolate* isolate, Handle<Dictionary> dictionary_template) { in ShallowCopyDictionaryTemplate()
207 Handle<Dictionary> dictionary = in ShallowCopyDictionaryTemplate()
208 Handle<Dictionary>::cast(isolate->factory()->CopyFixedArrayWithMap( in ShallowCopyDictionaryTemplate()
223 template <typename Dictionary>
224 bool SubstituteValues(Isolate* isolate, Handle<Dictionary> dictionary, in SubstituteValues()
234 if (!Dictionary::IsKey(roots, maybe_key)) continue; in SubstituteValues()
248 GetMethodAndSetHomeObjectAndName<Dictionary>( in SubstituteValues()
259 GetMethodAndSetHomeObjectAndName<Dictionary>( in SubstituteValues()
269 GetMethodAndSetHomeObjectAndName<Dictionary>( in SubstituteValues()