Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc30 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument
31 extern "C" mirror::Object* artAllocObjectFromCode ##suffix##suffix2( \
58 extern "C" mirror::Object* artAllocObjectFromCodeResolved##suffix##suffix2( \
85 extern "C" mirror::Object* artAllocObjectFromCodeInitialized##suffix##suffix2( \
110 extern "C" mirror::Object* artAllocObjectFromCodeWithAccessCheck##suffix##suffix2( \
116 extern "C" mirror::Array* artAllocArrayFromCode##suffix##suffix2( \
123 extern "C" mirror::Array* artAllocArrayFromCodeResolved##suffix##suffix2( \
130 extern "C" mirror::Array* artAllocArrayFromCodeWithAccessCheck##suffix##suffix2( \
137 extern "C" mirror::Array* artCheckAndAllocArrayFromCode##suffix##suffix2( \
147 extern "C" mirror::Array* artCheckAndAllocArrayFromCodeWithAccessCheck##suffix##suffix2( \
[all …]