Home | History | Annotate | Download | only in arm64

Lines Matching defs:current_map

410     Register current_map, Register destination_map) {
513 Handle<Map> current_map = receiver_map;
517 while (!current_map.is_identical_to(holder_map)) {
522 DCHECK(current_map->IsJSGlobalProxyMap() ||
523 !current_map->is_access_check_needed());
525 prototype = handle(JSObject::cast(current_map->prototype()));
526 if (current_map->IsJSGlobalObjectMap()) {
529 } else if (current_map->is_dictionary_map()) {
530 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
549 current_map = handle(current->map());
552 DCHECK(!current_map->IsJSGlobalProxyMap());