Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h108 extern mirror::Array* CheckAndAllocArrayFromCode(uint32_t type_idx, int32_t component_count,
Dentrypoint_utils.cc78 mirror::Array* CheckAndAllocArrayFromCode(uint32_t type_idx, int32_t component_count, in CheckAndAllocArrayFromCode() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc142 …return CheckAndAllocArrayFromCode(type_idx, component_count, method, self, false, allocator_type);…
152 …return CheckAndAllocArrayFromCode(type_idx, component_count, method, self, true, allocator_type); \
/art/runtime/mirror/
Dobject_test.cc305 TEST_F(ObjectTest, CheckAndAllocArrayFromCode) { in TEST_F() argument