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

  /art/runtime/base/
allocator.cc 73 Allocator* Allocator::GetNoopAllocator() {
bit_vector_test.cc 74 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits);
131 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits);
allocator.h 35 static Allocator* GetNoopAllocator();
  /art/compiler/dex/
gvn_dead_code_elimination.cc 77 vreg_high_words_(false, Allocator::GetNoopAllocator(),
    [all...]

Completed in 331 milliseconds