Searched refs:CheckAndAllocArrayFromCode (Results 1 - 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc87 return CheckAndAllocArrayFromCode(type_idx, method, component_count, self, false, allocator_type); \
98 return CheckAndAllocArrayFromCode(type_idx, method, component_count, self, true, allocator_type); \
/art/runtime/entrypoints/
H A Dentrypoint_utils.h109 extern mirror::Array* CheckAndAllocArrayFromCode(uint32_t type_idx, mirror::ArtMethod* method,
H A Dentrypoint_utils.cc80 mirror::Array* CheckAndAllocArrayFromCode(uint32_t type_idx, mirror::ArtMethod* referrer, function in namespace:art
/art/runtime/mirror/
H A Dobject_test.cc270 TEST_F(ObjectTest, CheckAndAllocArrayFromCode) {

Completed in 163 milliseconds