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

  /art/runtime/
linear_alloc.cc 46 ArenaPool* LinearAlloc::GetArenaPool() {
48 return allocator_.GetArenaPool();
linear_alloc.h 47 ArenaPool* GetArenaPool() REQUIRES(!lock_);
runtime.h 649 ArenaPool* GetArenaPool() {
655 const ArenaPool* GetArenaPool() const {
    [all...]
class_linker.cc     [all...]
  /art/runtime/verifier/
reg_type_test.cc 38 ArenaStack stack(Runtime::Current()->GetArenaPool());
62 ArenaStack stack(Runtime::Current()->GetArenaPool());
88 ArenaStack stack(Runtime::Current()->GetArenaPool());
363 ArenaStack stack(Runtime::Current()->GetArenaPool());
380 ArenaStack stack(Runtime::Current()->GetArenaPool());
398 ArenaStack stack(Runtime::Current()->GetArenaPool());
422 ArenaStack stack(Runtime::Current()->GetArenaPool());
450 ArenaStack stack(Runtime::Current()->GetArenaPool());
472 ArenaStack stack(Runtime::Current()->GetArenaPool());
488 ArenaStack stack(Runtime::Current()->GetArenaPool());
    [all...]
method_verifier.cc     [all...]
  /art/runtime/jit/
profile_saver.cc 409 ArenaStack stack(runtime->GetArenaPool());
442 new ProfileCompilationInfo(Runtime::Current()->GetArenaPool()));
547 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool());
633 Runtime::Current()->GetArenaPool()->TrimMaps();
    [all...]
profiling_info_test.cc 44 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool()));
  /art/libartbase/base/
arena_allocator.h 352 ArenaPool* GetArenaPool() const {
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
superblock_cloner.cc     [all...]
  /art/profman/
profile_assistant_test.cc 44 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool()));
    [all...]
  /art/dex2oat/driver/
compiler_driver.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 229 milliseconds