Searched refs:size_setup (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1012 MACRO3(GENERATE_ALLOC_ARRAY_TLAB, c_entrypoint, cxx_name, size_setup) 1016 CALL_MACRO(size_setup)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1180 MACRO3(GENERATE_ALLOC_ARRAY_TLAB, c_entrypoint, cxx_name, size_setup) 1184 CALL_MACRO(size_setup) .Lslow_path\c_entrypoint
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1293 .macro GENERATE_ALLOC_ARRAY_TLAB name, entrypoint, size_setup argument 1300 \size_setup .Lslow_path\name
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1573 .macro GENERATE_ALLOC_ARRAY_TLAB name, entrypoint, size_setup argument 1580 \size_setup x3, w3, x1, w1, x4, w4, x5, w5, x6, w6
|