Lines Matching defs:roots
198 Handle<Map> GlobalDictionary::GetMap(ReadOnlyRoots roots) {
199 return roots.global_dictionary_map_handle();
211 Handle<Map> NameDictionary::GetMap(ReadOnlyRoots roots) {
212 return roots.name_dictionary_map_handle();
266 uint32_t NumberDictionaryBaseShape::Hash(ReadOnlyRoots roots, uint32_t key) {
267 return ComputeSeededHash(key, HashSeed(roots));
270 uint32_t NumberDictionaryBaseShape::HashForObject(ReadOnlyRoots roots,
274 HashSeed(roots));
287 Handle<Map> NumberDictionary::GetMap(ReadOnlyRoots roots) {
288 return roots.number_dictionary_map_handle();
291 Handle<Map> SimpleNumberDictionary::GetMap(ReadOnlyRoots roots) {
292 return roots.simple_number_dictionary_map_handle();
301 uint32_t NameDictionaryShape::Hash(ReadOnlyRoots roots, Handle<Name> key) {
306 uint32_t NameDictionaryShape::HashForObject(ReadOnlyRoots roots, Object other) {
317 uint32_t GlobalDictionaryShape::HashForObject(ReadOnlyRoots roots,