Home
last modified time | relevance | path

Searched refs:AllocObjectFromCode (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h55 ALWAYS_INLINE inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass,
Dentrypoint_utils-inl.h170 inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass, in AllocObjectFromCode() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc69 return AllocObjectFromCode<kInstrumented>(klass, self, allocator_type).Ptr(); in artAllocObjectFromCode()
/art/runtime/interpreter/mterp/
Dnterp.cc581 return AllocObjectFromCode(c, self, allocator_type).Ptr(); in NterpGetClassOrAllocateObject()
Dmterp.cc370 obj = AllocObjectFromCode(c, self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h686 obj = AllocObjectFromCode(c, Self(), allocator_type); in NEW_INSTANCE()