Searched refs:artAllocObjectFromCode (Results 1 – 1 of 1) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 38 static ALWAYS_INLINE inline mirror::Object* artAllocObjectFromCode( in artAllocObjectFromCode() function 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); \
|