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

  /art/runtime/gc/
allocator_type.h 24 enum AllocatorType {
heap.h 194 Thread* self, mirror::Class* klass, size_t byte_count, AllocatorType allocator,
198 AllocatorType GetCurrentAllocator() const {
202 AllocatorType GetCurrentNonMovingAllocator() const {
217 void ChangeAllocator(AllocatorType allocator)
621 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) {
626 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) {
652 mirror::Object* AllocateInternalWithGc(Thread* self, AllocatorType allocator, size_t num_bytes,
670 ALWAYS_INLINE mirror::Object* TryToAllocate(Thread* self, AllocatorType allocator_type,
675 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
679 bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size)
    [all...]
heap-inl.h 40 size_t byte_count, AllocatorType allocator,
195 inline mirror::Object* Heap::TryToAllocate(Thread* self, AllocatorType allocator_type,
303 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) {
heap.cc 517 void Heap::ChangeAllocator(AllocatorType allocator) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 26 enum AllocatorType;
36 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
quick_alloc_entrypoints.cc 165 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
167 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) {
  /external/llvm/include/llvm/Support/
Recycler.h 83 template<class AllocatorType>
84 void clear(AllocatorType &Allocator) {
100 template<class SubClass, class AllocatorType>
101 SubClass *Allocate(AllocatorType &Allocator) {
111 template<class AllocatorType>
112 T *Allocate(AllocatorType &Allocator) {
116 template<class SubClass, class AllocatorType>
117 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
RecyclingAllocator.h 25 template<class AllocatorType, class T,
35 AllocatorType Allocator;
62 template<class AllocatorType, class T, size_t Size, size_t Align>
64 llvm::RecyclingAllocator<AllocatorType,
70 template<class AllocatorType, class T, size_t Size, size_t Align>
72 llvm::RecyclingAllocator<AllocatorType,
ArrayRecycler.h 102 template<class AllocatorType>
103 void clear(AllocatorType &Allocator) {
123 template<class AllocatorType>
124 T *allocate(Capacity Cap, AllocatorType &Allocator) {
  /art/runtime/gc/space/
valgrind_malloc_space.h 30 template <typename BaseMallocSpaceType, typename AllocatorType>
49 ValgrindMallocSpace(const std::string& name, MemMap* mem_map, AllocatorType allocator,
  /art/runtime/entrypoints/
entrypoint_utils.h 62 gc::AllocatorType allocator_type)
70 gc::AllocatorType allocator_type)
78 gc::AllocatorType allocator_type)
98 gc::AllocatorType allocator_type)
106 gc::AllocatorType allocator_type)
112 gc::AllocatorType allocator_type)
119 gc::AllocatorType allocator_type)
entrypoint_utils-inl.h 126 gc::AllocatorType allocator_type) {
145 gc::AllocatorType allocator_type) {
167 gc::AllocatorType allocator_type) {
216 gc::AllocatorType allocator_type) {
238 gc::AllocatorType allocator_type) {
entrypoint_utils.cc 83 gc::AllocatorType /* allocator_type */) {
103 gc::AllocatorType /* allocator_type */) {
  /art/runtime/entrypoints/portable/
portable_alloc_entrypoints.cc 23 static constexpr gc::AllocatorType kPortableAllocatorType =
  /art/runtime/mirror/
object_array.h 34 gc::AllocatorType allocator_type)
array.h 41 size_t component_size, gc::AllocatorType allocator_type,
object_array-inl.h 36 int32_t length, gc::AllocatorType allocator_type) {
251 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
array-inl.h 134 size_t component_size, gc::AllocatorType allocator_type,
class-inl.h 554 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) {
class.h 465 ALWAYS_INLINE Object* Alloc(Thread* self, gc::AllocatorType allocator_type)
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 77 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();
101 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
  /art/runtime/interpreter/
interpreter.cc 38 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();

Completed in 971 milliseconds