Lines Matching defs:share
2891 SharedFunctionInfo* share;
2893 if (!maybe->To<SharedFunctionInfo>(&share)) return maybe;
2896 share->set_name(name);
2898 share->set_code(illegal);
2899 share->set_scope_info(ScopeInfo::Empty());
2902 share->set_construct_stub(construct_stub);
2903 share->set_instance_class_name(Object_symbol());
2904 share->set_function_data(undefined_value(), SKIP_WRITE_BARRIER);
2905 share->set_script(undefined_value(), SKIP_WRITE_BARRIER);
2906 share->set_debug_info(undefined_value(), SKIP_WRITE_BARRIER);
2907 share->set_inferred_name(empty_string(), SKIP_WRITE_BARRIER);
2908 share->set_initial_map(undefined_value(), SKIP_WRITE_BARRIER);
2909 share->set_this_property_assignments(undefined_value(), SKIP_WRITE_BARRIER);
2910 share->set_ast_node_count(0);
2911 share->set_deopt_counter(FLAG_deopt_every_n_times);
2912 share->set_ic_age(0);
2915 share->set_length(0);
2916 share->set_formal_parameter_count(0);
2917 share->set_expected_nof_properties(0);
2918 share->set_num_literals(0);
2919 share->set_start_position_and_type(0);
2920 share->set_end_position(0);
2921 share->set_function_token_position(0);
2923 share->set_compiler_hints(0);
2924 share->set_this_property_assignments_count(0);
2925 share->set_opt_count(0);
2927 return share;
3896 // TODO(rossberg): Once we optimize proxies, think about a scheme to share
3919 // TODO(rossberg): Once we optimize proxies, think about a scheme to share