Lines Matching refs:arg0

865     void CallRuntimeHelperImm(QuickEntrypointEnum trampoline, int arg0, bool safepoint_pc);
866 void CallRuntimeHelperReg(QuickEntrypointEnum trampoline, RegStorage arg0, bool safepoint_pc);
867 void CallRuntimeHelperRegLocation(QuickEntrypointEnum trampoline, RegLocation arg0,
869 void CallRuntimeHelperImmImm(QuickEntrypointEnum trampoline, int arg0, int arg1,
871 void CallRuntimeHelperImmRegLocation(QuickEntrypointEnum trampoline, int arg0, RegLocation arg1,
873 void CallRuntimeHelperRegLocationImm(QuickEntrypointEnum trampoline, RegLocation arg0, int arg1,
875 void CallRuntimeHelperImmReg(QuickEntrypointEnum trampoline, int arg0, RegStorage arg1,
877 void CallRuntimeHelperRegImm(QuickEntrypointEnum trampoline, RegStorage arg0, int arg1,
879 void CallRuntimeHelperImmMethod(QuickEntrypointEnum trampoline, int arg0, bool safepoint_pc);
880 void CallRuntimeHelperRegMethod(QuickEntrypointEnum trampoline, RegStorage arg0,
882 void CallRuntimeHelperRegRegLocationMethod(QuickEntrypointEnum trampoline, RegStorage arg0,
884 void CallRuntimeHelperRegLocationRegLocation(QuickEntrypointEnum trampoline, RegLocation arg0,
886 void CallRuntimeHelperRegReg(QuickEntrypointEnum trampoline, RegStorage arg0, RegStorage arg1,
888 void CallRuntimeHelperRegRegImm(QuickEntrypointEnum trampoline, RegStorage arg0,
890 void CallRuntimeHelperImmRegLocationMethod(QuickEntrypointEnum trampoline, int arg0,
892 void CallRuntimeHelperImmImmMethod(QuickEntrypointEnum trampoline, int arg0, int arg1,
894 void CallRuntimeHelperImmRegLocationRegLocation(QuickEntrypointEnum trampoline, int arg0,
898 RegLocation arg0, RegLocation arg1,
902 QuickEntrypointEnum trampoline, RegLocation arg0, RegLocation arg1,
1696 // Copy arg0 and arg1 to kArg0 and kArg1 safely, possibly using
1698 virtual void CopyToArgumentRegs(RegStorage arg0, RegStorage arg1);