Home
last modified time | relevance | path

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

/external/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi1036AllocObject, STL_Allocator<AllocObject, HeapLeakChecker::Allocator> >::_M_insert_aux(__gnu_cxx::__…
1064AllocObject, STL_Allocator<AllocObject, HeapLeakChecker::Allocator> > >, std::_Select1st<std::pair…
1066AllocObject, STL_Allocator<AllocObject, HeapLeakChecker::Allocator> > >, std::_Select1st<std::pair…
1068AllocObject, STL_Allocator<AllocObject, HeapLeakChecker::Allocator> > >, std::_Select1st<std::pair…
1070AllocObject, STL_Allocator<AllocObject, HeapLeakChecker::Allocator> > >, std::_Select1st<std::pair…
3250 <!-- struct AllocObject -->
3251 …<class-decl name='AllocObject' size-in-bits='192' is-struct='yes' visibility='default' filepath='s…
3253 <!-- void* AllocObject::ptr -->
3257 <!-- uintptr_t AllocObject::size -->
3261 <!-- ObjectPlacement AllocObject::place -->
[all …]
/external/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi1876 …<class-decl name='AllocObject' size-in-bits='192' is-struct='yes' visibility='default' filepath='s…
1887 …<function-decl name='AllocObject' filepath='src/heap-checker.cc' line='361' column='1' visibility=…
1905 …<class-decl name='STL_Allocator&lt;AllocObject, HeapLeakChecker::Allocator&gt;' size-in-bits='8' v…
3309 …ar, HeapLeakChecker::Allocator&gt; &gt;, std::vector&lt;AllocObject, STL_Allocator&lt;AllocObject,…
3331 …ar, HeapLeakChecker::Allocator&gt; &gt;, std::vector&lt;AllocObject, STL_Allocator&lt;AllocObject,…
3353 …ar, HeapLeakChecker::Allocator&gt; &gt;, std::vector&lt;AllocObject, STL_Allocator&lt;AllocObject,…
4201 …<class-decl name='_Vector_base&lt;AllocObject, STL_Allocator&lt;AllocObject, HeapLeakChecker::Allo…
4261 …<class-decl name='__alloc_swap&lt;STL_Allocator&lt;AllocObject, HeapLeakChecker::Allocator&gt;, tr…
4428 …<function-decl name='__copy_move_b&lt;AllocObject*, AllocObject*&gt;' filepath='/usr/lib/gcc/x86_6…
4445 …<class-decl name='vector&lt;AllocObject, STL_Allocator&lt;AllocObject, HeapLeakChecker::Allocator&…
[all …]
Dtest-libandroid.so.abi2829 …<var-decl name='AllocObject' type-id='151a1d63' visibility='default' filepath='libnativehelper/inc…
/external/libjpeg-turbo/
Dturbojpeg-jni.c631 BAILIF0(sfobj = (*env)->AllocObject(env, sfcls)); in Java_org_libjpegturbo_turbojpeg_TJ_getScalingFactors()
1065 BAILIF0(arrayRegionObj = (*env)->AllocObject(env, cls)); in JNICustomFilter()
1075 BAILIF0(planeRegionObj = (*env)->AllocObject(env, cls)); in JNICustomFilter()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h275 jobject (JNICALL *AllocObject)
865 jobject AllocObject(jclass clazz) { in AllocObject() function
866 return functions->AllocObject(this,clazz); in AllocObject()
/external/javasqlite/src/main/native/
Dsqlite_jni.c1869 fc = (*env)->AllocObject(env, cls); in mkfunc_common()