Home | History | Annotate | Download | only in s390

Lines Matching defs:current_map

351     Register current_map, Register destination_map) {
450 Handle<Map> current_map = receiver_map;
454 while (!current_map.is_identical_to(holder_map)) {
459 DCHECK(current_map->IsJSGlobalProxyMap() ||
460 !current_map->is_access_check_needed());
462 prototype = handle(JSObject::cast(current_map->prototype()));
463 if (current_map->IsJSGlobalObjectMap()) {
466 } else if (current_map->is_dictionary_map()) {
467 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
487 current_map = handle(current->map());
490 DCHECK(!current_map->IsJSGlobalProxyMap());