OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocObjectWithAllocator
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/
heap-inl.h
41
inline mirror::Object* Heap::
AllocObjectWithAllocator
(Thread* self, mirror::Class* klass,
216
return
AllocObjectWithAllocator
<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count,
heap.h
195
return
AllocObjectWithAllocator
<kInstrumented, true>(self, klass, num_bytes,
204
return
AllocObjectWithAllocator
<kInstrumented, true>(self, klass, num_bytes,
210
ALWAYS_INLINE mirror::Object*
AllocObjectWithAllocator
(
[
all
...]
/art/runtime/mirror/
array-inl.h
178
heap->
AllocObjectWithAllocator
<kIsInstrumented, true>(self, array_class, size,
185
heap->
AllocObjectWithAllocator
<kIsInstrumented, true>(self, array_class, size,
string-inl.h
165
heap->
AllocObjectWithAllocator
<kIsInstrumented, true>(self, string_class, size,
class-inl.h
599
heap->
AllocObjectWithAllocator
<kIsInstrumented, false>(self, this, this->object_size_,
[
all
...]
Completed in 211 milliseconds