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

  /art/compiler/optimizing/
code_generator_arm.h 52 class InvokeRuntimeCallingConvention : public CallingConvention<Register, SRegister> {
54 InvokeRuntimeCallingConvention()
62 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_mips.h 41 // InvokeRuntimeCallingConvention registers
90 class InvokeRuntimeCallingConvention : public CallingConvention<Register, FRegister> {
92 InvokeRuntimeCallingConvention()
102 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_mips64.h 41 // InvokeRuntimeCallingConvention registers
90 class InvokeRuntimeCallingConvention : public CallingConvention<GpuRegister, FpuRegister> {
92 InvokeRuntimeCallingConvention()
102 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_x86.h 49 class InvokeRuntimeCallingConvention : public CallingConvention<Register, XmmRegister> {
51 InvokeRuntimeCallingConvention()
59 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_x86_64.h 57 class InvokeRuntimeCallingConvention : public CallingConvention<Register, FloatRegister> {
59 InvokeRuntimeCallingConvention()
67 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);
code_generator_arm64.h 111 class InvokeRuntimeCallingConvention : public CallingConvention<vixl::Register, vixl::FPRegister> {
115 InvokeRuntimeCallingConvention()
125 DISALLOW_COPY_AND_ASSIGN(InvokeRuntimeCallingConvention);

Completed in 53 milliseconds