Searched refs:first_arg (Results 1 – 4 of 4) sorted by relevance
73 first_arg = static_first_arg if self.static else "this"81 this = first_arg,82 this_comma = "" if not first_arg else first_arg + ", ",
32 static int32_t ReturnFirstArgMethod([[maybe_unused]] ArtMethod* method, int32_t first_arg) { in ReturnFirstArgMethod() argument33 return first_arg; in ReturnFirstArgMethod()
2385 const size_t first_arg = 0; in artInvokePolymorphic() local2394 first_arg); in artInvokePolymorphic()2403 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic()2478 const size_t first_arg = 0; in artInvokeCustom() local2488 first_arg); in artInvokeCustom()2497 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom()
158 typename ShortyTraits<FirstArgType>::Type first_arg,161 ShortyTraits<FirstArgType>::Set(vregs, first_arg);