Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GpuRegister

36 static constexpr GpuRegister kParameterCoreRegisters[] =
47 static constexpr GpuRegister kRuntimeParameterCoreRegisters[] =
58 static constexpr GpuRegister kCoreCalleeSaves[] =
66 class InvokeDexCallingConvention : public CallingConvention<GpuRegister, FpuRegister> {
93 class InvokeRuntimeCallingConvention : public CallingConvention<GpuRegister, FpuRegister> {
185 void GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path, GpuRegister class_reg);
231 void MarkGCCard(GpuRegister object, GpuRegister value);
272 void LoadCurrentMethod(GpuRegister current_method);
284 void GenerateStaticOrDirectCall(HInvokeStaticOrDirect* invoke, GpuRegister temp);