Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:arguments

1721     // Make some types for our arguments
1745 ValueList arguments;
1754 arguments.PushValue (value);
1755 arguments.PushValue (value);
1760 arguments.PushValue (value);
1765 arguments));
1791 arguments = m_get_class_info_function->GetArgumentValues ();
1806 arguments.GetValueAtIndex(0)->GetScalar() = hash_table.GetTableLoadAddress();
1807 arguments.GetValueAtIndex(1)->GetScalar() = class_infos_addr;
1808 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_byte_size;
1814 // Write our function arguments into the process so we can run our function
1818 arguments,
1875 log->Printf ("Error writing function arguments: \"%s\".", errors.GetData());
1972 // Make some types for our arguments
1996 ValueList arguments;
2005 arguments.PushValue (value);
2006 arguments.PushValue (value);
2011 arguments.PushValue (value);
2016 arguments));
2042 arguments = m_get_shared_cache_class_info_function->GetArgumentValues ();
2057 arguments.GetValueAtIndex(0)->GetScalar() = objc_opt_ptr;
2058 arguments.GetValueAtIndex(1)->GetScalar() = class_infos_addr;
2059 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_byte_size;
2065 // Write our function arguments into the process so we can run our function
2069 arguments,
2130 log->Printf ("Error writing function arguments: \"%s\".", errors.GetData());