Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h59 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass,
Dentrypoint_utils-inl.h201 inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass, in AllocObjectFromCodeResolved() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc64 return AllocObjectFromCodeResolved<kInstrumented>(klass, self, allocator_type); in artAllocObjectFromCode()