Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h67 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCodeInitialized(
Dentrypoint_utils-inl.h224 inline mirror::Object* AllocObjectFromCodeInitialized(mirror::Class* klass, in AllocObjectFromCodeInitialized() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc62 return AllocObjectFromCodeInitialized<kInstrumented>(klass, self, allocator_type); in artAllocObjectFromCode()