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

  /art/compiler/dex/
type_inference.cc 155 alloc_(alloc),
173 alloc_->AllocArray<int32_t>(num_blocks_, kArenaAllocMisc),
174 alloc_->AllocArray<int32_t>(num_blocks_, kArenaAllocMisc),
175 new (alloc_) ArenaBitVector(alloc_, num_blocks_, false)
193 ArenaBitVector* phi_blocks = new (alloc_) ArenaBitVector(alloc_, num_blocks_, false);
    [all...]
type_inference.h 396 ScopedArenaAllocator* const alloc_; member in class:art::TypeInference::CheckCastData
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 238 unsigned alloc_; member in struct:vec_prefix
553 unsigned allocated (void) const { return vecpfx_.alloc_; }
841 return vecpfx_.alloc_ - vecpfx_.num_ >= nelems;
    [all...]
  /external/bison/
maint.mk 533 #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup)
536 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
539 # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
    [all...]

Completed in 620 milliseconds