Lines Matching refs:allocator
50 ArenaAllocator* allocator,
60 new (allocator) arm::ArmManagedRuntimeCallingConvention(
66 new (allocator) arm64::Arm64ManagedRuntimeCallingConvention(
72 new (allocator) mips::MipsManagedRuntimeCallingConvention(
78 new (allocator) mips64::Mips64ManagedRuntimeCallingConvention(
84 new (allocator) x86::X86ManagedRuntimeCallingConvention(
90 new (allocator) x86_64::X86_64ManagedRuntimeCallingConvention(
151 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator,
162 new (allocator) arm::ArmJniCallingConvention(
168 new (allocator) arm64::Arm64JniCallingConvention(
174 new (allocator) mips::MipsJniCallingConvention(
180 new (allocator) mips64::Mips64JniCallingConvention(
186 new (allocator) x86::X86JniCallingConvention(
192 new (allocator) x86_64::X86_64JniCallingConvention(