OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentNonMovingAllocator
(Results
1 - 5
of
5
) sorted by null
/art/runtime/mirror/
array.cc
136
heap->
GetCurrentNonMovingAllocator
();
object_array-inl.h
259
heap->
GetCurrentNonMovingAllocator
();
class-inl.h
700
return Alloc<true>(self, Runtime::Current()->GetHeap()->
GetCurrentNonMovingAllocator
());
[
all
...]
/art/runtime/gc/
heap.h
212
self, klass, num_bytes,
GetCurrentNonMovingAllocator
(), pre_fence_visitor);
229
AllocatorType
GetCurrentNonMovingAllocator
() const {
[
all
...]
/art/runtime/native/
dalvik_system_VMRuntime.cc
87
gc::AllocatorType allocator = runtime->GetHeap()->
GetCurrentNonMovingAllocator
();
Completed in 2722 milliseconds