Home | History | Annotate | Download | only in mips64

Lines Matching refs:current_map

527   Handle<Map> current_map = receiver_map;
531 while (!current_map.is_identical_to(holder_map)) {
536 DCHECK(current_map->IsJSGlobalProxyMap() ||
537 !current_map->is_access_check_needed());
539 prototype = handle(JSObject::cast(current_map->prototype()));
540 if (current_map->is_dictionary_map() &&
541 !current_map->IsJSGlobalObjectMap()) {
542 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
567 __ CheckMap(reg, map_reg, current_map, miss, DONT_DO_SMI_CHECK);
578 if (current_map->IsJSGlobalProxyMap()) {
580 } else if (current_map->IsJSGlobalObjectMap()) {
596 current_map = handle(current->map());
604 __ CheckMap(reg, scratch1, current_map, miss, DONT_DO_SMI_CHECK);
608 DCHECK(current_map->IsJSGlobalProxyMap() ||
609 !current_map->is_access_check_needed());
610 if (current_map->IsJSGlobalProxyMap()) {