HomeSort by relevance Sort by last modified time
    Searched refs:GetArenaPool (Results 1 - 17 of 17) 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 545 ArenaPool* GetArenaPool() {
551 const ArenaPool* GetArenaPool() const {
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 553 arena_stack_(Runtime::Current()->GetArenaPool()),
    [all...]
  /art/runtime/jit/
profile_saver.cc 377 ArenaStack stack(runtime->GetArenaPool());
410 new ProfileCompilationInfo(Runtime::Current()->GetArenaPool()));
501 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool());
565 Runtime::Current()->GetArenaPool()->TrimMaps();
    [all...]
profile_compilation_info_test.cc 42 arena_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool()));
    [all...]
  /art/compiler/optimizing/
code_sinking.cc 242 ArenaAllocator allocator(graph_->GetArena()->GetArenaPool());
scheduler.cc 794 ArenaAllocator arena_allocator(graph_->GetArena()->GetArenaPool());
optimizing_compiler.cc     [all...]
loop_optimization.cc 305 ArenaAllocator allocator(global_allocator_->GetArenaPool());
    [all...]
register_allocator_graph_color.cc 622 ArenaAllocator coloring_attempt_allocator(allocator_->GetArenaPool());
    [all...]
  /art/runtime/base/
arena_allocator.h 376 ArenaPool* GetArenaPool() const {
  /art/profman/
profile_assistant_test.cc 38 arena_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool()));
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 366 milliseconds