Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc38 static ALWAYS_INLINE inline mirror::Object* artAllocObjectFromCode( in artAllocObjectFromCode() function
74 return artAllocObjectFromCode<false, true, instrumented_bool, allocator_type>(klass, self); \
79 return artAllocObjectFromCode<false, false, instrumented_bool, allocator_type>(klass, self); \
84 return artAllocObjectFromCode<true, false, instrumented_bool, allocator_type>(klass, self); \