Searched refs:RuntimeCallArgCountReg (Results 1 – 5 of 5) sorted by relevance
23 static Register RuntimeCallArgCountReg() { return eax; } in RuntimeCallArgCountReg() function
23 static Register RuntimeCallArgCountReg() { return x0; } in RuntimeCallArgCountReg() function
23 static Register RuntimeCallArgCountReg() { return r0; } in RuntimeCallArgCountReg() function
29 static Register RuntimeCallArgCountReg() { return rax; } in RuntimeCallArgCountReg() function
103 locations.AddParam(regloc(LinkageTraits::RuntimeCallArgCountReg())); in GetRuntimeCallDescriptor()