Home | History | Annotate | Download | only in arm64

Lines Matching defs:current_map

565   Handle<Map> current_map = receiver_map;
569 while (!current_map.is_identical_to(holder_map)) {
574 DCHECK(current_map->IsJSGlobalProxyMap() ||
575 !current_map->is_access_check_needed());
577 prototype = handle(JSObject::cast(current_map->prototype()));
578 if (current_map->is_dictionary_map() &&
579 !current_map->IsJSGlobalObjectMap()) {
580 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
605 __ CheckMap(map_reg, current_map, miss, DONT_DO_SMI_CHECK);
614 if (current_map->IsJSGlobalProxyMap()) {
617 } else if (current_map->IsJSGlobalObjectMap()) {
633 current_map = handle(current->map());
642 __ CheckMap(reg, scratch1, current_map, miss, DONT_DO_SMI_CHECK);
646 DCHECK(current_map->IsJSGlobalProxyMap() ||
647 !current_map->is_access_check_needed());
648 if (current_map->IsJSGlobalProxyMap()) {