Home | History | Annotate | Download | only in interpreter

Lines Matching refs:allocator

1312   gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1313 result->SetL(mirror::String::AllocFromCharArray<true>(self, char_count, h_char_array, offset, allocator));
1327 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1329 allocator));
1344 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1345 result->SetL(mirror::String::AllocFromString<true>(self, length, h_string, start, allocator));
1647 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1652 allocator));