Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc71 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument
75 return artAllocObjectFromCode<false, true, instrumented_bool, allocator_type>(klass, self); \
80 return artAllocObjectFromCode<false, false, instrumented_bool, allocator_type>(klass, self); \
85 return artAllocObjectFromCode<true, false, instrumented_bool, allocator_type>(klass, self); \
92 return mirror::String::AllocEmptyString<instrumented_bool>(self, allocator_type).Ptr(); \
98 return AllocArrayFromCodeResolved<instrumented_bool>( \
108 return mirror::String::AllocFromByteArray<instrumented_bool>( \
116 return mirror::String::AllocFromCharArray<instrumented_bool>( \
124 return mirror::String::AllocFromString<instrumented_bool>( \