Home
last modified time | relevance | path

Searched refs:AllocArray (Results 1 – 8 of 8) sorted by relevance

/art/compiler/llvm/
Druntime_support_llvm_func_list.h40 V(AllocArray, art_portable_alloc_array_from_code) \
Dgbc_expander.cc71 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()
Dintrinsic_func_list.def331 _EVAL_DEF_INTRINSICS_FUNC(AllocArray,
/art/runtime/entrypoints/quick/
Dquick_entrypoints_list.h23 V(AllocArray, void*, uint32_t, void*, int32_t) \
/art/compiler/optimizing/
Dcode_generator.h149 blocked_registers_(graph->GetArena()->AllocArray<bool>(number_of_registers)), in CodeGenerator()
Dregister_allocator.cc42 blocked_registers_(allocator->AllocArray<bool>(codegen->GetNumberOfRegisters())) { in RegisterAllocator()
111 registers_array_ = allocator_->AllocArray<size_t>(number_of_registers_); in AllocateRegistersInternal()
/art/compiler/utils/
Darena_allocator.h186 template <typename T> T* AllocArray(size_t length) { in AllocArray() function
/art/runtime/mirror/
Dobject_test.cc164 TEST_F(ObjectTest, AllocArray) { in TEST_F() argument