Home | History | Annotate | Download | only in mips64

Lines Matching defs:current_map

365     Register current_map, Register destination_map) {
468 Handle<Map> current_map = receiver_map;
472 while (!current_map.is_identical_to(holder_map)) {
477 DCHECK(current_map->IsJSGlobalProxyMap() ||
478 !current_map->is_access_check_needed());
480 prototype = handle(JSObject::cast(current_map->prototype()));
481 if (current_map->IsJSGlobalObjectMap()) {
484 } else if (current_map->is_dictionary_map()) {
485 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
505 current_map = handle(current->map());
508 DCHECK(!current_map->IsJSGlobalProxyMap());