Lines Matching defs:share
3764 SharedFunctionInfo* share;
3766 if (!maybe->To<SharedFunctionInfo>(&share)) return maybe;
3769 share->set_name(name);
3771 share->set_code(illegal);
3772 share->set_optimized_code_map(Smi::FromInt(0));
3773 share->set_scope_info(ScopeInfo::Empty(isolate_));
3776 share->set_construct_stub(construct_stub);
3777 share->set_instance_class_name(Object_string());
3778 share->set_function_data(undefined_value(), SKIP_WRITE_BARRIER);
3779 share->set_script(undefined_value(), SKIP_WRITE_BARRIER);
3780 share->set_debug_info(undefined_value(), SKIP_WRITE_BARRIER);
3781 share->set_inferred_name(empty_string(), SKIP_WRITE_BARRIER);
3782 share->set_initial_map(undefined_value(), SKIP_WRITE_BARRIER);
3783 share->set_ast_node_count(0);
3784 share->set_counters(0);
3787 share->set_length(0);
3788 share->set_formal_parameter_count(0);
3789 share->set_expected_nof_properties(0);
3790 share->set_num_literals(0);
3791 share->set_start_position_and_type(0);
3792 share->set_end_position(0);
3793 share->set_function_token_position(0);
3795 share->set_compiler_hints(0);
3796 share->set_opt_count_and_bailout_reason(0);
3798 return share;
4796 // TODO(rossberg): Once we optimize proxies, think about a scheme to share
4819 // TODO(rossberg): Once we optimize proxies, think about a scheme to share