Searched refs:JSCallFunctionReg (Results 1 – 5 of 5) sorted by relevance
20 static Register JSCallFunctionReg() { return edi; } in JSCallFunctionReg() function
20 static Register JSCallFunctionReg() { return x1; } in JSCallFunctionReg() function
20 static Register JSCallFunctionReg() { return r1; } in JSCallFunctionReg() function
26 static Register JSCallFunctionReg() { return rdi; } in JSCallFunctionReg() function
56 LinkageLocation target_loc = regloc(LinkageTraits::JSCallFunctionReg()); in GetJSCallDescriptor()