Lines Matching refs:allocator
52 ArenaAllocator* allocator, in Create() argument
62 new (allocator) arm::ArmManagedRuntimeCallingConvention( in Create()
68 new (allocator) arm64::Arm64ManagedRuntimeCallingConvention( in Create()
74 new (allocator) mips::MipsManagedRuntimeCallingConvention( in Create()
80 new (allocator) mips64::Mips64ManagedRuntimeCallingConvention( in Create()
86 new (allocator) x86::X86ManagedRuntimeCallingConvention( in Create()
92 new (allocator) x86_64::X86_64ManagedRuntimeCallingConvention( in Create()
153 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator, in Create() argument
164 new (allocator) arm::ArmJniCallingConvention( in Create()
170 new (allocator) arm64::Arm64JniCallingConvention( in Create()
176 new (allocator) mips::MipsJniCallingConvention( in Create()
182 new (allocator) mips64::Mips64JniCallingConvention( in Create()
188 new (allocator) x86::X86JniCallingConvention( in Create()
194 new (allocator) x86_64::X86_64JniCallingConvention( in Create()