Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h75 ALWAYS_INLINE static inline mirror::Object* AllocObjectFromCodeInitialized(mirror::Class* klass,
Dentrypoint_utils-inl.h164 static inline mirror::Object* AllocObjectFromCodeInitialized(mirror::Class* klass, in AllocObjectFromCodeInitialized() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc48 return AllocObjectFromCodeInitialized<instrumented_bool>(klass, method, self, allocator_type); \