Home
last modified time | relevance | path

Searched refs:CheckAndAllocArrayFromCodeInstrumented (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/portable/
Dportable_alloc_entrypoints.cc63 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/
Dquick_alloc_entrypoints.cc89 …return CheckAndAllocArrayFromCodeInstrumented(type_idx, method, component_count, self, false, allo…
100 …return CheckAndAllocArrayFromCodeInstrumented(type_idx, method, component_count, self, true, alloc…
/art/runtime/entrypoints/
Dentrypoint_utils.h115 extern mirror::Array* CheckAndAllocArrayFromCodeInstrumented(uint32_t type_idx,
Dentrypoint_utils.cc98 mirror::Array* CheckAndAllocArrayFromCodeInstrumented(uint32_t type_idx, in CheckAndAllocArrayFromCodeInstrumented() function
/art/runtime/mirror/
Dobject_test.cc281 …Object* array = CheckAndAllocArrayFromCodeInstrumented(type_idx, sort, 3, Thread::Current(), false, in TEST_F()