Home | History | Annotate | Download | only in arm

Lines Matching refs:shared

944   if (function->shared()->name()->IsString()) {
945 function_name = String::cast(function->shared()->name());
1096 // to verify that the shared function info is unchanged. This has
1105 // Check the shared function info. Make sure it hasn't changed.
1106 __ mov(r3, Operand(Handle<SharedFunctionInfo>(function->shared())));
1129 ParameterCount expected(function->shared()->formal_parameter_count());
1666 SharedFunctionInfo* shared) {
1750 for (int i = 0; i < shared->this_property_assignments_count(); i++) {
1751 if (shared->IsThisPropertyAssignmentArgument(i)) {
1754 int arg_number = shared->GetThisPropertyAssignmentArgument(i);
1767 Handle<Object> constant(shared->GetThisPropertyAssignmentConstant(i));
1774 for (int i = shared->this_property_assignments_count();
1775 i < shared->CalculateInObjectProperties();