HomeSort by relevance Sort by last modified time
    Searched defs:InvokeRuntimeCallingConvention (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
code_generator_mips64.h 41 // InvokeRuntimeCallingConvention registers
92 class InvokeRuntimeCallingConvention : public CallingConvention<GpuRegister, FpuRegister> {
94 InvokeRuntimeCallingConvention()
104 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_x86.h 50 class InvokeRuntimeCallingConvention : public CallingConvention<Register, XmmRegister> {
52 InvokeRuntimeCallingConvention()
60 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_x86_64.h 56 class InvokeRuntimeCallingConvention : public CallingConvention<Register, FloatRegister> {
58 InvokeRuntimeCallingConvention()
66 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_arm64.h 162 class InvokeRuntimeCallingConvention : public CallingConvention<vixl::aarch64::Register,
167 InvokeRuntimeCallingConvention()
177 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
    [all...]
code_generator_mips.h 43 // InvokeRuntimeCallingConvention registers
94 class InvokeRuntimeCallingConvention : public CallingConvention<Register, FRegister> {
96 InvokeRuntimeCallingConvention()
106 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);

Completed in 681 milliseconds