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

  /art/runtime/
linear_alloc.cc 46 ArenaPool* LinearAlloc::GetArenaPool() {
48 return allocator_.GetArenaPool();
linear_alloc.h 46 ArenaPool* GetArenaPool() REQUIRES(!lock_);
runtime.h 622 ArenaPool* GetArenaPool() {
628 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 563 arena_stack_(Runtime::Current()->GetArenaPool()),
    [all...]
  /art/runtime/jit/
profile_saver.cc 391 ArenaStack stack(runtime->GetArenaPool());
424 new ProfileCompilationInfo(Runtime::Current()->GetArenaPool()));
518 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool());
596 Runtime::Current()->GetArenaPool()->TrimMaps();
    [all...]
profile_compilation_info_test.cc 45 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool()));
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
  /art/runtime/base/
arena_allocator.h 379 ArenaPool* GetArenaPool() const {
  /art/profman/
profile_assistant_test.cc 42 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool()));
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 361 milliseconds