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

  /art/runtime/entrypoints/
entrypoint_utils.h 67 ALWAYS_INLINE static inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass,
entrypoint_utils-inl.h 142 static inline mirror::Object* AllocObjectFromCodeResolved(mirror::Class* klass,
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 41 return AllocObjectFromCodeResolved<instrumented_bool>(klass, method, self, allocator_type); \

Completed in 228 milliseconds