Lines Matching defs:current_map
179 Handle<Map> current_map = stub_holder;
180 Handle<Name> cache_name = current_map->is_dictionary_map()
182 Handle<Object> next(current_map->prototype(), isolate());
186 next = handle(current_map->prototype(), isolate());
187 current_map = handle(Handle<HeapObject>::cast(next)->map());
188 if (current_map->is_dictionary_map()) cache_name = name;