Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h114 extern mirror::Array* CheckAndAllocArrayFromCodeInstrumented(uint32_t type_idx,
Dentrypoint_utils.cc97 mirror::Array* CheckAndAllocArrayFromCodeInstrumented(uint32_t type_idx, in CheckAndAllocArrayFromCodeInstrumented() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc144 …return CheckAndAllocArrayFromCodeInstrumented(type_idx, component_count, method, self, false, allo…
154 …return CheckAndAllocArrayFromCodeInstrumented(type_idx, component_count, method, self, true, alloc…
/art/runtime/mirror/
Dobject_test.cc316 Object* array = CheckAndAllocArrayFromCodeInstrumented( in TEST_F()