Searched refs:extra (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | memory_region.h | 87 void Extend(const MemoryRegion& region, uintptr_t extra) { in Extend() argument 89 size_ = (region.size() + extra); in Extend()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 265 add sp, #16 @ strip the extra frame 668 add sp, #16 @ strip the extra frame 690 add sp, #16 @ strip the extra frame 713 add sp, #16 @ strip the extra frame 736 add sp, #16 @ strip the extra frame 782 add sp, #16 @ strip the extra frame 902 add sp, #16 @ strip the extra frame
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 101 # 3 words for alignment and extra args, 4 open words for args $a0-$a3, bottom will hold Method* 443 addiu $sp, $sp, -32 # make space for extra args
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 1739 // Quick compiler can be more efficient. Some extra optimization infrastructure
|