Home
last modified time | relevance | path

Searched refs:GetSmallLrtAllocator (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Dlocal_reference_table.cc167 SmallLrtAllocator* small_lrt_allocator = Runtime::Current()->GetSmallLrtAllocator(); in Initialize()
181 max_entries_ != 0u ? Runtime::Current()->GetSmallLrtAllocator() : nullptr; in ~LocalReferenceTable()
207 SmallLrtAllocator* small_lrt_allocator = Runtime::Current()->GetSmallLrtAllocator(); in Resize()
/art/runtime/
Druntime.h376 jni::SmallLrtAllocator* GetSmallLrtAllocator() const { in GetSmallLrtAllocator() function