Searched refs:GENERATE_ALLOC_ENTRYPOINTS (Results 1 – 1 of 1) sorted by relevance
/art/runtime/arch/ |
D | quick_alloc_entrypoints.S | 17 .macro GENERATE_ALLOC_ENTRYPOINTS c_suffix, cxx_suffix macro 43 GENERATE_ALLOC_ENTRYPOINTS _dlmalloc, DlMalloc 44 GENERATE_ALLOC_ENTRYPOINTS _dlmalloc_instrumented, DlMallocInstrumented 45 GENERATE_ALLOC_ENTRYPOINTS _rosalloc, RosAlloc 46 GENERATE_ALLOC_ENTRYPOINTS _rosalloc_instrumented, RosAllocInstrumented 47 GENERATE_ALLOC_ENTRYPOINTS _bump_pointer, BumpPointer 48 GENERATE_ALLOC_ENTRYPOINTS _bump_pointer_instrumented, BumpPointerInstrumented 49 GENERATE_ALLOC_ENTRYPOINTS _tlab, TLAB 50 GENERATE_ALLOC_ENTRYPOINTS _tlab_instrumented, TLABInstrumented 51 GENERATE_ALLOC_ENTRYPOINTS _region, Region [all …]
|