Searched refs:CheckAndAllocArrayFromCodeInstrumented (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/entrypoints/portable/ |
| D | portable_alloc_entrypoints.cc | 63 return CheckAndAllocArrayFromCodeInstrumented(type_idx, referrer, length, thread, false, in art_portable_check_and_alloc_array_from_code() 72 return CheckAndAllocArrayFromCodeInstrumented(type_idx, referrer, length, thread, true, in art_portable_check_and_alloc_array_from_code_with_access_check()
|
| /art/runtime/entrypoints/quick/ |
| D | quick_alloc_entrypoints.cc | 89 …return CheckAndAllocArrayFromCodeInstrumented(type_idx, method, component_count, self, false, allo… 100 …return CheckAndAllocArrayFromCodeInstrumented(type_idx, method, component_count, self, true, alloc…
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.h | 115 extern mirror::Array* CheckAndAllocArrayFromCodeInstrumented(uint32_t type_idx,
|
| D | entrypoint_utils.cc | 98 mirror::Array* CheckAndAllocArrayFromCodeInstrumented(uint32_t type_idx, in CheckAndAllocArrayFromCodeInstrumented() function
|
| /art/runtime/mirror/ |
| D | object_test.cc | 281 …Object* array = CheckAndAllocArrayFromCodeInstrumented(type_idx, sort, 3, Thread::Current(), false, in TEST_F()
|