Home | History | Annotate | Download | only in ia32

Lines Matching defs:current_map

518   Handle<Map> current_map = receiver_map;
522 while (!current_map.is_identical_to(holder_map)) {
527 DCHECK(current_map->IsJSGlobalProxyMap() ||
528 !current_map->is_access_check_needed());
530 prototype = handle(JSObject::cast(current_map->prototype()));
531 if (current_map->is_dictionary_map() &&
532 !current_map->IsJSGlobalObjectMap()) {
533 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
556 __ CheckMap(reg, current_map, miss, DONT_DO_SMI_CHECK);
565 if (current_map->IsJSGlobalProxyMap()) {
567 } else if (current_map->IsJSGlobalObjectMap()) {
588 current_map = handle(current->map());
596 __ CheckMap(reg, current_map, miss, DONT_DO_SMI_CHECK);
600 DCHECK(current_map->IsJSGlobalProxyMap() ||
601 !current_map->is_access_check_needed());
602 if (current_map->IsJSGlobalProxyMap()) {