Searched refs:old_map (Results 1 – 5 of 5) sorted by relevance
383 SpdySessionsMap old_map; in CloseCurrentSessions() local384 old_map.swap(sessions_); in CloseCurrentSessions()385 for (SpdySessionsMap::const_iterator it = old_map.begin(); in CloseCurrentSessions()386 it != old_map.end(); ++it) { in CloseCurrentSessions()394 while (!old_map.empty()) { in CloseCurrentSessions()395 SpdySessionList* list = old_map.begin()->second; in CloseCurrentSessions()403 RemoveAliases(old_map.begin()->first); in CloseCurrentSessions()404 old_map.erase(old_map.begin()->first); in CloseCurrentSessions()
1634 Map* old_map = map(); in AddConstantFunctionProperty() local1640 if (old_map == heap->isolate()->context()->global_context()-> in AddConstantFunctionProperty()1659 old_map->instance_descriptors()->CopyInsert(&mark, KEEP_TRANSITIONS); in AddConstantFunctionProperty()1665 old_map->set_instance_descriptors(DescriptorArray::cast(new_descriptors)); in AddConstantFunctionProperty()1798 Map* old_map = map(); in ConvertDescriptorToFieldAndMapTransition() local1819 { MaybeObject* maybe_new_descriptors = old_map->instance_descriptors()-> in ConvertDescriptorToFieldAndMapTransition()1825 old_map->set_instance_descriptors(DescriptorArray::cast(new_descriptors)); in ConvertDescriptorToFieldAndMapTransition()3468 Map* old_map = array->map(); in NormalizeElements() local3470 (old_map == old_map->GetHeap()->non_strict_arguments_elements_map()); in NormalizeElements()3512 ASSERT(old_map->has_fast_elements() || in NormalizeElements()[all …]
85 Map* old_map = primary->map; in Set() local87 int seed = PrimaryOffset(primary->key, old_flags, old_map); in Set()
1111 Handle<Map> old_map(global_context()->arguments_boilerplate()->map()); in InitializeGlobal() local1112 Handle<Map> new_map = factory->CopyMapDropTransitions(old_map); in InitializeGlobal()
1225 Map* old_map = object->map(); in RUNTIME_FUNCTION() local1226 bool needs_access_checks = old_map->is_access_check_needed(); in RUNTIME_FUNCTION()1230 { MaybeObject* maybe_new_map = old_map->CopyDropTransitions(); in RUNTIME_FUNCTION()1244 Map* old_map = object->map(); in RUNTIME_FUNCTION() local1245 if (!old_map->is_access_check_needed()) { in RUNTIME_FUNCTION()1248 { MaybeObject* maybe_new_map = old_map->CopyDropTransitions(); in RUNTIME_FUNCTION()7609 Handle<Map> old_map(result->map()); in RUNTIME_FUNCTION() local7611 isolate->factory()->CopyMapDropTransitions(old_map); in RUNTIME_FUNCTION()