Searched refs:slowPathLabel (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1116 MACRO1(ALLOC_OBJECT_RESOLVED_TLAB_FAST_PATH, slowPathLabel) 1117 ALLOC_OBJECT_INITIALIZED_TLAB_FAST_PATH(RAW_VAR(slowPathLabel)) 1124 MACRO1(ALLOC_OBJECT_INITIALIZED_TLAB_FAST_PATH, slowPathLabel) 1133 ja RAW_VAR(slowPathLabel) 1148 MACRO1(ALLOC_ARRAY_TLAB_FAST_PATH_RESOLVED_WITH_SIZE, slowPathLabel) 1155 ja RAW_VAR(slowPathLabel)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1748 .macro ALLOC_OBJECT_TLAB_FAST_PATH_RESOLVED slowPathLabel isInitialized 1762 bhi \slowPathLabel 1812 .macro ALLOC_ARRAY_TLAB_FAST_PATH_RESOLVED_WITH_SIZE slowPathLabel, xClass, wClass, xCount, wCount,… 1821 bhs \slowPathLabel // path. 1835 bhi \slowPathLabel
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1095 MACRO1(ALLOC_OBJECT_RESOLVED_TLAB_FAST_PATH, slowPathLabel) 1101 ja VAR(slowPathLabel) 1155 MACRO1(ALLOC_ARRAY_TLAB_FAST_PATH_RESOLVED_WITH_SIZE, slowPathLabel) 1162 ja RAW_VAR(slowPathLabel)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1313 .macro ALLOC_OBJECT_RESOLVED_TLAB_FAST_PATH slowPathLabel isInitialized 1329 bhi \slowPathLabel 1406 .macro ALLOC_ARRAY_TLAB_FAST_PATH_RESOLVED_WITH_SIZE slowPathLabel argument 1421 bhi \slowPathLabel
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1771 .macro ALLOC_OBJECT_RESOLVED_TLAB_FAST_PATH slowPathLabel isInitialized 1782 bltuc $a2, $a3, \slowPathLabel # Check if it fits, overflow works since the
|