Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h68 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass,
Dentrypoint_utils-inl.h162 inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass, in AllocObjectFromCodeResolved() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc83 return AllocObjectFromCodeResolved<instrumented_bool>(klass, self, allocator_type); \