HomeSort by relevance Sort by last modified time
    Searched refs:AllocObjectFromCodeResolved (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.h 70 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass,
entrypoint_utils-inl.h 196 inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass,
    [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 82 return AllocObjectFromCodeResolved<instrumented_bool>(klass, self, allocator_type); \

Completed in 237 milliseconds