Home | History | Annotate | Download | only in x64

Lines Matching defs:current_map

379     Register current_map, Register destination_map) {
487 Handle<Map> current_map = receiver_map;
491 while (!current_map.is_identical_to(holder_map)) {
496 DCHECK(current_map->IsJSGlobalProxyMap() ||
497 !current_map->is_access_check_needed());
499 prototype = handle(JSObject::cast(current_map->prototype()));
500 if (current_map->IsJSGlobalObjectMap()) {
503 } else if (current_map->is_dictionary_map()) {
504 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
524 current_map = handle(current->map());
527 DCHECK(!current_map->IsJSGlobalProxyMap());