Searched refs:instrumented_bool (Results 1 – 1 of 1) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 73 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument 77 return artAllocObjectFromCode<false, true, instrumented_bool, allocator_type>(klass, self); \ 82 return artAllocObjectFromCode<false, false, instrumented_bool, allocator_type>(klass, self); \ 87 return artAllocObjectFromCode<true, false, instrumented_bool, allocator_type>(klass, self); \ 94 return mirror::String::AllocEmptyString<instrumented_bool>(self, allocator_type).Ptr(); \ 100 return AllocArrayFromCodeResolved<instrumented_bool>( \ 110 return mirror::String::AllocFromByteArray<instrumented_bool>( \ 118 return mirror::String::AllocFromCharArray<instrumented_bool>( \ 126 return mirror::String::AllocFromString<instrumented_bool>( \
|