Home | History | Annotate | Download | only in x64

Lines Matching refs:shared

787   if (function->shared()->name()->IsString()) {
788 function_name = String::cast(function->shared()->name());
950 // to verify that the shared function info is unchanged. This has
958 // Check the shared function info. Make sure it hasn't changed.
959 __ Move(rax, Handle<SharedFunctionInfo>(function->shared()));
980 ParameterCount expected(function->shared()->formal_parameter_count());
1733 SharedFunctionInfo* shared) {
1806 for (int i = 0; i < shared->this_property_assignments_count(); i++) {
1807 if (shared->IsThisPropertyAssignmentArgument(i)) {
1811 int arg_number = shared->GetThisPropertyAssignmentArgument(i);
1819 Handle<Object> constant(shared->GetThisPropertyAssignmentConstant(i));
1825 for (int i = shared->this_property_assignments_count();
1826 i < shared->CalculateInObjectProperties();