Searched refs:AllocObjectFromCodeInitialized (Results 1 – 3 of 3) sorted by relevance
67 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCodeInitialized(
224 inline mirror::Object* AllocObjectFromCodeInitialized(mirror::Class* klass, in AllocObjectFromCodeInitialized() function
62 return AllocObjectFromCodeInitialized<kInstrumented>(klass, self, allocator_type); in artAllocObjectFromCode()