HomeSort by relevance Sort by last modified time
    Searched refs:AllocArray (Results 1 - 8 of 8) sorted by null

  /art/compiler/llvm/
runtime_support_llvm_func_list.h 40 V(AllocArray, art_portable_alloc_array_from_code) \
gbc_expander.cc 71 using ::art::llvm::runtime_support::AllocArray;
    [all...]
intrinsic_func_list.def 331 _EVAL_DEF_INTRINSICS_FUNC(AllocArray,
    [all...]
  /art/compiler/optimizing/
code_generator.h 149 blocked_registers_(graph->GetArena()->AllocArray<bool>(number_of_registers)),
register_allocator.cc 42 blocked_registers_(allocator->AllocArray<bool>(codegen->GetNumberOfRegisters())) {
111 registers_array_ = allocator_->AllocArray<size_t>(number_of_registers_);
    [all...]
  /art/compiler/utils/
arena_allocator.h 186 template <typename T> T* AllocArray(size_t length) {
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 23 V(AllocArray, void*, uint32_t, void*, int32_t) \
  /art/runtime/mirror/
object_test.cc 164 TEST_F(ObjectTest, AllocArray) {

Completed in 456 milliseconds