Searched refs:AllocObjectFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 55 ALWAYS_INLINE inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass,
|
D | entrypoint_utils-inl.h | 170 inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass, in AllocObjectFromCode() function
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 66 return AllocObjectFromCode<kInstrumented>(klass, self, allocator_type).Ptr(); in artAllocObjectFromCode()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 465 return AllocObjectFromCode(c, self, allocator_type).Ptr(); in NterpGetClassOrAllocateObject()
|
D | mterp.cc | 460 obj = AllocObjectFromCode(c, self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 747 obj = AllocObjectFromCode(c, self, allocator_type); in NEW_INSTANCE()
|