Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_alloc_entrypoints.cc23 static constexpr gc::AllocatorType kPortableAllocatorType = variable
30 return AllocObjectFromCode<false, true>(type_idx, referrer, thread, kPortableAllocatorType); in art_portable_alloc_object_from_code()
37 return AllocObjectFromCode<true, true>(type_idx, referrer, thread, kPortableAllocatorType); in art_portable_alloc_object_from_code_with_access_check()
46 kPortableAllocatorType); in art_portable_alloc_array_from_code()
55 kPortableAllocatorType); in art_portable_alloc_array_from_code_with_access_check()
64 kPortableAllocatorType); in art_portable_check_and_alloc_array_from_code()
73 kPortableAllocatorType); in art_portable_check_and_alloc_array_from_code_with_access_check()