Searched refs:arg_offset (Results 1 – 4 of 4) sorted by relevance
157 arg_offset = 0165 arg_offset = 1171 arg_offset = 1175 arg_offset = 1181 real_args = fob.func_code.co_varnames[arg_offset:argcount]
867 int argn, unsigned arg_offset, ffi_arg *ar, in copy_struct_N32() argument880 arg_offset += o - offset; in copy_struct_N32()882 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32()883 arg_offset = arg_offset % sizeof(ffi_arg); in copy_struct_N32()893 memcpy(tp, argp + arg_offset, elt_type->size); in copy_struct_N32()896 arg_offset += elt_type->size; in copy_struct_N32()898 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32()899 arg_offset = arg_offset % sizeof(ffi_arg); in copy_struct_N32()
396 int arg_offset);798 int arg_offset) { in RealmIndexOrThrow() argument799 if (args.Length() < arg_offset || !args[arg_offset]->IsNumber()) { in RealmIndexOrThrow()803 int index = args[arg_offset] in RealmIndexOrThrow()
20896 arg_offset.