Searched refs:AllocArray (Results 1 – 8 of 8) sorted by relevance
40 V(AllocArray, art_portable_alloc_array_from_code) \
71 using ::art::llvm::runtime_support::AllocArray;2460 irb_.GetRuntime(AllocArray) : in EmitAllocNewArray()2984 case IntrinsicHelper::AllocArray: { in ExpandIntrinsic()2985 return ExpandToRuntime(AllocArray, call_inst); in ExpandIntrinsic()
331 _EVAL_DEF_INTRINSICS_FUNC(AllocArray,
23 V(AllocArray, void*, uint32_t, void*, int32_t) \
149 blocked_registers_(graph->GetArena()->AllocArray<bool>(number_of_registers)), in CodeGenerator()
42 blocked_registers_(allocator->AllocArray<bool>(codegen->GetNumberOfRegisters())) { in RegisterAllocator()111 registers_array_ = allocator_->AllocArray<size_t>(number_of_registers_); in AllocateRegistersInternal()
186 template <typename T> T* AllocArray(size_t length) { in AllocArray() function
164 TEST_F(ObjectTest, AllocArray) { in TEST_F() argument