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

  /art/test/616-cha-unloading/
cha_unload.cc 66 if (Runtime::Current()->GetLinearAlloc()->Contains(ptr)) {
  /art/runtime/mirror/
dex_cache_test.cc 50 Runtime::Current()->GetLinearAlloc())));
73 Runtime::Current()->GetLinearAlloc())));
89 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc());
dex_cache.cc 178 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc();
  /art/compiler/debug/
elf_debug_info_writer.h 480 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc();
  /art/runtime/
runtime.cc     [all...]
runtime.h 661 LinearAlloc* GetLinearAlloc() {
    [all...]
stack.cc 631 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc();
    [all...]
class_linker.cc 607 LinearAlloc* linear_alloc = runtime->GetLinearAlloc();
    [all...]
  /art/openjdkjvmti/
ti_redefine.cc 547 loader.IsNull() ? driver_->runtime_->GetLinearAlloc()
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 74 milliseconds